Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
jaytaph committed Nov 30, 2023
1 parent 4b4f4ee commit 5129389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_authors.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ echo "Emails: $EMAILS"

for EMAIL in $EMAILS ; do
# Check if the email exists in the AUTHORS file
if grep -Fxq "$PR_AUTHOR_EMAIL" AUTHORS; then
if grep -Fxq "$EMAIL" AUTHORS; then
echo "Author's email is in the AUTHORS file."
else
# Post a comment on the PR
Expand Down

0 comments on commit 5129389

Please sign in to comment.