Merge branch 'master' into dms-v10

This commit is contained in:
Frederic Werner 2021-05-25 08:50:17 +02:00 committed by GitHub
commit 66af17d5cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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.0.2 uses: myrotvorets/set-commit-status-action@1.1.0
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.0.2 uses: myrotvorets/set-commit-status-action@1.1.0
# Always run this step regardless of job failing early: # Always run this step regardless of job failing early:
if: ${{ always() }} if: ${{ always() }}
env: env: