Insert forgotten key to deploy workflow

This commit is contained in:
Ryan Ahearn
2022-11-02 15:06:07 -04:00
parent 2661266d2b
commit 0b84cffc46

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