fix: just shove it in

This commit is contained in:
Tom Hu 2024-11-14 22:15:13 -05:00
parent 7458bec9fc
commit 66a562f347
No known key found for this signature in database
GPG key ID: 79155678363963D2

View file

@ -182,8 +182,7 @@ runs:
CC_BRANCH="${{ inputs.override_branch }}"
PR_HEAD_LABEL="${{ github.event.pull_request.head.label }}"
is_Fork=$("${{ github.event.pull_request.head.repo.full_name }}" != "${{ github.repository }}")
if [ -z "$CC_BRANCH" ] && [ -z "$CODECOV_TOKEN" ] && [ "$is_fork" == "true" ];
if [ -z "$CC_BRANCH" ] && [ -z "$CODECOV_TOKEN" ] && [ "${{ github.event.pull_request.head.repo.full_name }}" != "${{ github.repository }} ];
then
echo -e "\033[0;32m==>\033[0m Fork detected, tokenless uploading used"
TOKENLESS="$PR_HEAD_LABEL"