Skip to content

Commit

Permalink
Create release for 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Taucher2003 committed Dec 3, 2023
1 parent 58de7ab commit 31cb544
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@<version>
- uses: Taucher2003/GitLab-Pipeline-Action@1.3.0
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@<version>
- uses: Taucher2003/GitLab-Pipeline-Action@1.3.0
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@<version>
- uses: Taucher2003/GitLab-Pipeline-Action@1.3.0
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 @@ -32,7 +32,7 @@ outputs:
author: 'Taucher2003'
runs:
using: 'docker'
image: 'Dockerfile'
image: 'docker://ghcr.io/taucher2003/gitlab-pipeline-action:1.3.0'
branding:
icon: check-circle
color: orange

0 comments on commit 31cb544

Please sign in to comment.