Merge pull request #106 from GSA/fix-deploy-script

Insert forgotten key to deploy workflow
This commit is contained in:
Steven Reilly
2022-11-02 16:55:09 -04:00
committed by GitHub

View File

@@ -76,4 +76,5 @@ jobs:
if: ${{ github.event.workflow_run.conclusion == 'failure' }}
steps:
- uses: actions/github-script@v6
script: core.setFailed('Checks failed, not deploying')
with:
script: core.setFailed('Checks failed, not deploying')