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
a0ac04945f
commit
97e16884f4
2
.github/workflows/issues.yml
vendored
2
.github/workflows/issues.yml
vendored
@ -182,7 +182,7 @@ jobs:
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
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)"
|
TTDLURL="$(echo "${UPLOAD}" | grep "Download Page" | head -1)"
|
||||||
echo "TAG=${TAG}" >> $GITHUB_ENV
|
echo "TAG=${TAG}" >> $GITHUB_ENV
|
||||||
echo "EMAIL=${EMAIL}" >> $GITHUB_ENV
|
echo "EMAIL=${EMAIL}" >> $GITHUB_ENV
|
||||||
|
Loading…
x
Reference in New Issue
Block a user