Skip to content

Commit

Permalink
ci: change workflow if statement syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-grande committed Jul 1, 2024
1 parent ba51931 commit 3258869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reject-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
exit 1
fi
- name: Block commits made using the GitHub WebUI
if: steps.check_committer.outputs.committer_gitweb == "true"
if: steps.check_committer.outputs.committer_gitweb == 'true'
uses: peter-evans/close-pull@v3
with:
# yamllint disable-line rule:line-length
Expand Down

0 comments on commit 3258869

Please sign in to comment.