Skip to content

Commit

Permalink
Admin updates
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew committed Jun 2, 2024
1 parent fa32e1f commit 395004a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/copyright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ jobs:
BODY: ${{ github.event.pull_request.body }}
run: |
set -xeu
grep -Fxq "$(cat .github/pull_request_template.md)" <(echo "$BODY")
grep -F "$(cat .github/pull_request_template.md)" <(echo "$BODY")

0 comments on commit 395004a

Please sign in to comment.