Skip to content

Commit

Permalink
Fix bad variable syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
cyqsimon committed Nov 3, 2023
1 parent 2428536 commit 9acb347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/require-changelog-for-PRs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
ADDED=$(git diff -U0 "origin/${PR_BASE}" HEAD -- CHANGELOG.md | grep -P '^\+[^\+].+$')
echo "Added lines in CHANGELOG.md:"
echo "$ADDED"
grep "#${PR_NUMBER}\\b.*@{PR_SUBMITTER}\\b" <<< "$ADDED"
grep "#${PR_NUMBER}\\b.*@${PR_SUBMITTER}\\b" <<< "$ADDED"

0 comments on commit 9acb347

Please sign in to comment.