Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dbolson committed May 30, 2024
1 parent 0432eee commit 36d2425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/manual-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ on:
jobs:
hello-world:
runs-on: ubuntu-latest
if: ${{ dry-run-test == true }}
if: ${{ inputs.dry-run-test == true }}
steps:
- run: echo "hello world"
- run: echo "job status is ${{ job.status }}."
Expand Down

0 comments on commit 36d2425

Please sign in to comment.