mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-02 17:31:14 -05:00
Insert forgotten key to deploy workflow
This commit is contained in:
3
.github/workflows/deploy.yml
vendored
3
.github/workflows/deploy.yml
vendored
@@ -76,4 +76,5 @@ jobs:
|
|||||||
if: ${{ github.event.workflow_run.conclusion == 'failure' }}
|
if: ${{ github.event.workflow_run.conclusion == 'failure' }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/github-script@v6
|
- uses: actions/github-script@v6
|
||||||
script: core.setFailed('Checks failed, not deploying')
|
with:
|
||||||
|
script: core.setFailed('Checks failed, not deploying')
|
||||||
|
|||||||
Reference in New Issue
Block a user