Skip to content

Commit

Permalink
use false string in comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
mathsman5133 committed Mar 3, 2024
1 parent 047ac02 commit d0838ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
url: https://pypi.org/p/coc.py
permissions:
id-token: write
if: github.event_name != 'workflow_dispatch' || (github.event_name == 'workflow_dispatch' && github.event.inputs.confirmation != '')
if: github.event_name != 'workflow_dispatch' || (github.event_name == 'workflow_dispatch' && github.event.inputs.confirmation != 'false')
steps:
- uses: actions/checkout@v4
- name: Set up Python
Expand Down

0 comments on commit d0838ef

Please sign in to comment.