Skip to content

Commit

Permalink
🎨 quote input
Browse files Browse the repository at this point in the history
  • Loading branch information
flaxel authored and 0x46616c6b committed Apr 25, 2024
1 parent 65bd821 commit c56b97d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/template_do_not_merge.yml
Expand Up @@ -19,7 +19,7 @@ jobs:
# see https://docs.github.com/en/actions/learn-github-actions/expressions#contains
steps:
- name: fail if label exists
if: contains(github.event.pull_request.labels.*.name, ${{ inputs.label }})
if: contains(github.event.pull_request.labels.*.name, '${{ inputs.label }}')
run: |
echo "This PR has the label '${{ inputs.label }}'."
exit 1

0 comments on commit c56b97d

Please sign in to comment.