Skip to content

Commit

Permalink
Create release for 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Taucher2003 committed Nov 21, 2023
1 parent d20afcd commit 01609f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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.1.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.1.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 @@ -19,7 +19,7 @@ inputs:
author: 'Taucher2003'
runs:
using: 'docker'
image: 'Dockerfile'
image: 'docker://ghcr.io/taucher2003/gitlab-pipeline-action:1.1.0'
branding:
icon: check-circle
color: orange

0 comments on commit 01609f8

Please sign in to comment.