chore(deps): bump myrotvorets/set-commit-status-action (#2019)
Bumps [myrotvorets/set-commit-status-action](https://github.com/myrotvorets/set-commit-status-action) from 1.1.0 to 1.1.2. - [Release notes](https://github.com/myrotvorets/set-commit-status-action/releases) - [Commits](https://github.com/myrotvorets/set-commit-status-action/compare/1.1.0...1.1.2) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Frederic Werner <20406381+wernerfred@users.noreply.github.com>
This commit is contained in:
parent
e20a66864a
commit
04f3298289
|
@ -46,7 +46,7 @@ jobs:
|
||||||
# but presently does not work correctly via split workflow. It is useful in a split workflow as the 1st stage
|
# but presently does not work correctly via split workflow. It is useful in a split workflow as the 1st stage
|
||||||
# no longer indicates if the entire workflow/deployment was successful.
|
# no longer indicates if the entire workflow/deployment was successful.
|
||||||
- name: 'Commit Status: Set Workflow Status as Pending'
|
- name: 'Commit Status: Set Workflow Status as Pending'
|
||||||
uses: myrotvorets/set-commit-status-action@1.1.0
|
uses: myrotvorets/set-commit-status-action@1.1.2
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
status: pending
|
status: pending
|
||||||
|
@ -106,7 +106,7 @@ jobs:
|
||||||
Built with commit: ${{ env.PR_HEADSHA }}
|
Built with commit: ${{ env.PR_HEADSHA }}
|
||||||
|
|
||||||
- name: 'Commit Status: Update deployment status'
|
- name: 'Commit Status: Update deployment status'
|
||||||
uses: myrotvorets/set-commit-status-action@1.1.0
|
uses: myrotvorets/set-commit-status-action@1.1.2
|
||||||
# Always run this step regardless of job failing early:
|
# Always run this step regardless of job failing early:
|
||||||
if: ${{ always() }}
|
if: ${{ always() }}
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in New Issue