From 66a562f3474ca812c324a66a7bc1060525747617 Mon Sep 17 00:00:00 2001 From: Tom Hu Date: Thu, 14 Nov 2024 22:15:13 -0500 Subject: [PATCH] fix: just shove it in --- action.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/action.yml b/action.yml index b559a0d..7665413 100644 --- a/action.yml +++ b/action.yml @@ -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"