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 00188f5 commit 37e454a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/check_author.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

set -x

env

cat $GITHUB_EVENT_PATH

# Fetch the PR author's email
PR_AUTHOR_EMAIL=$(jq -r ".pull_request.user.email" "$GITHUB_EVENT_PATH")

Expand Down

0 comments on commit 37e454a

Please sign in to comment.