diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f5bd34310..50c423ea3 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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')