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 bfb7244 commit 37fb59fCopy full SHA for 37fb59f
merge
@@ -16,7 +16,7 @@ curl -s "$GITHUB_API_URL/users/$SENDER" -o "$USER_JSON"
16
export GIT_AUTHOR_NAME=$(jq -r .name "$USER_JSON")
17
export GIT_AUTHOR_EMAIL=$(jq -r '.email // empty' "$USER_JSON")
18
if [ -z "$GIT_AUTHOR_EMAIL" ]; then
19
- GIT_AUTHOR_EMAIL=$(jq -r '( (.id|tostring) + "+" + .login + "@users.noreply.github.com")' "$GITHUB_EVENT_PATH")
+ GIT_AUTHOR_EMAIL=$(jq -r '.pusher.email' "$GITHUB_EVENT_PATH")
20
fi
21
export GIT_COMMITTER_NAME=GitHub
22
export GIT_COMMITTER_EMAIL=noreply@github.com
0 commit comments