Skip to content

Commit

Permalink
fix(workflow): correct dry-run logic in Lotus Ansible Reset
Browse files Browse the repository at this point in the history
fix(workflow): correct dry-run logic in Lotus Ansible Reset
  • Loading branch information
rjan90 committed Sep 10, 2024
1 parent cfafb1c commit 1ed6907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lotus-ansible-reset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ jobs:
build_flags: ""
reset: "true"
delay: "0"
check: ${{ inputs.dry-run || 'true' }}
check: ${{ inputs.dry-run }}

0 comments on commit 1ed6907

Please sign in to comment.