Fix incorrect key name in action YAML (found with actionlint)

pull/579/head
Wilfred Hughes 2023-09-26 14:43:37 +07:00
parent 462f5d4b7e
commit 2e52d4c620
1 changed files with 1 additions and 1 deletions

@ -19,7 +19,7 @@ jobs:
deploy:
needs: pre_deploy
if: needs.pre_job.outputs.should_skip != 'true'
if: needs.pre_deploy.outputs.should_skip != 'true'
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3