Skip to content

Commit daf6fc6

Browse files
committed
Print fix
1 parent cc23941 commit daf6fc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/email-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
echo "EMAIL_AUTHOR_GH_UI=$email" >> "$GITHUB_OUTPUT"
4040
4141
# Print the email to the log for debugging purposes.
42-
echo "GitHub user's email: $EMAIL_AUTHOR_GH_UI"
42+
echo "GitHub user's email: $email"
4343
4444
# Create empty comment file
4545
echo "[]" > comments

0 commit comments

Comments
 (0)