mirror of
https://github.com/RROrg/rr.git
synced 2025-06-21 05:51:05 +08:00
fix email get
This commit is contained in:
parent
1b7bd9b1e5
commit
0f0671792f
2
.github/workflows/issues.yml
vendored
2
.github/workflows/issues.yml
vendored
@ -182,7 +182,7 @@ jobs:
|
||||
exit 1
|
||||
fi
|
||||
|
||||
EMAIL=$(curl -s -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" "https://api.github.com/users/${{ github.event.issue.user.login }}" | jq -r '.email')
|
||||
EMAIL=$(curl -s -H "Authorization: token ${{ secrets.ACTION }}" "https://api.github.com/users/${{ github.event.issue.user.login }}" | jq -r '.email')
|
||||
TTDLURL="$(echo "${UPLOAD}" | grep "Download Page" | head -1)"
|
||||
echo "TAG=${TAG}" >> $GITHUB_ENV
|
||||
echo "EMAIL=${EMAIL}" >> $GITHUB_ENV
|
||||
|
Loading…
x
Reference in New Issue
Block a user