We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65d0964 commit 1353f1bCopy full SHA for 1353f1b
.github/workflows/email-check.yaml
@@ -37,6 +37,9 @@ jobs:
37
email=$(gh api graphql -f login="$PR_AUTHOR" -f query="$query" -H "Authorization: Bearer $GITHUB_TOKEN" --jq '.data.user.email')
38
echo "EMAIL_AUTHOR_GH_UI=$email" >> "$GITHUB_OUTPUT"
39
40
+ # Print the email to the log for debugging purposes.
41
+ echo "GitHub user's email: $email"
42
+
43
# Create empty comment file
44
echo "[]" > comments
45
0 commit comments