Insert forgotten key to deploy workflow

This commit is contained in:
Ryan Ahearn
2022-11-02 15:06:07 -04:00
parent 35d771d64d
commit 29ba3467a7

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')