mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-07-26 05:34:31 +02:00
chore(deps): Bump myrotvorets/set-commit-status-action (#3911)
This commit is contained in:
parent
d3ccaddb70
commit
2c1faa7244
1 changed files with 2 additions and 2 deletions
4
.github/workflows/docs-preview-deploy.yml
vendored
4
.github/workflows/docs-preview-deploy.yml
vendored
|
@ -45,7 +45,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@v2.0.0
|
uses: myrotvorets/set-commit-status-action@v2.0.1
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
status: pending
|
status: pending
|
||||||
|
@ -105,7 +105,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@v2.0.0
|
uses: myrotvorets/set-commit-status-action@v2.0.1
|
||||||
# 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…
Add table
Add a link
Reference in a new issue