Skip to content

Commit

Permalink
Merge pull request #114 from XenitAB/promote_0.1.0
Browse files Browse the repository at this point in the history
Manually bump github action to v0.1.0
  • Loading branch information
Edvin N authored Oct 25, 2021
2 parents c7cb349 + cf75c3f commit 198f74e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
with:
# gitops-promotion currently needs access to history
fetch-depth: 0
- uses: xenitab/gitops-promotion@v0.0.8
- uses: xenitab/gitops-promotion@v0.1.0
with:
action: new
token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -102,7 +102,7 @@ jobs:
with:
# gitops-promotion currently needs access to history
fetch-depth: 0
- uses: xenitab/gitops-promotion@v0.0.8
- uses: xenitab/gitops-promotion@v0.1.0
with:
action: promote
token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -124,7 +124,7 @@ jobs:
with:
# gitops-promotion currently needs access to history
fetch-depth: 0
- uses: xenitab/gitops-promotion@v0.0.8
- uses: xenitab/gitops-promotion@v0.1.0
with:
action: status
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: |
inputs:
action:
description: >
Action to perform; one of "new", "promote" or "status". See
Action to perform; one of "new", "promote" or "status". See
https://github.com/XenitAB/gitops-promotion/README.md for details.
required: true
token:
Expand All @@ -22,7 +22,7 @@ inputs:
requires: false
runs:
using: docker
image: docker://ghcr.io/xenitab/gitops-promotion:v0.0.8
image: docker://ghcr.io/xenitab/gitops-promotion:v0.1.0
entrypoint: /usr/local/bin/action-entrypoint.sh
env:
ACTION: ${{ inputs.action }}
Expand Down

0 comments on commit 198f74e

Please sign in to comment.