Skip to content

Commit

Permalink
Reset action to development version
Browse files Browse the repository at this point in the history
  • Loading branch information
Taucher2003 committed Jul 22, 2024
1 parent 36576f5 commit 6c97c86
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
pipeline:
runs-on: ubuntu-latest
steps:
- uses: Taucher2003/GitLab-Pipeline-Action@1.8.4
- uses: Taucher2003/GitLab-Pipeline-Action@<version>
name: Run pipeline
with:
GL_SERVER_URL: https://gitlab.com
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
pipeline:
runs-on: ubuntu-latest
steps:
- uses: Taucher2003/GitLab-Pipeline-Action@1.8.4
- uses: Taucher2003/GitLab-Pipeline-Action@<version>
name: Run pipeline
with:
GL_SERVER_URL: https://gitlab.com
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
pipeline:
runs-on: ubuntu-latest
steps:
- uses: Taucher2003/GitLab-Pipeline-Action@1.8.4
- uses: Taucher2003/GitLab-Pipeline-Action@<version>
name: Run pipeline
with:
GL_SERVER_URL: https://gitlab.com
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ outputs:
author: 'Taucher2003'
runs:
using: 'docker'
image: 'docker://ghcr.io/taucher2003/gitlab-pipeline-action:1.8.4'
image: 'Dockerfile'
args:
- /gitlab_pipeline_action/bin/${{ inputs.TASK }}.rb
branding:
Expand Down

0 comments on commit 6c97c86

Please sign in to comment.