From 7cb957dfd8352ea3d9ce94ec934d82e3c82372d8 Mon Sep 17 00:00:00 2001 From: Tom Hu Date: Thu, 14 Nov 2024 22:22:34 -0500 Subject: [PATCH] fix: cleanup --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index d1c2b08..572cd18 100644 --- a/action.yml +++ b/action.yml @@ -190,7 +190,7 @@ runs: echo "CC_BRANCH=$CC_BRANCH" >> $GITHUB_ENV env: CC_BRANCH: ${{ inputs.override_branch }} - CC_TOKEN: ${{ env.CODECOV_TOKEN }} + CC_TOKEN: $CODECOV_TOKEN GITHUB_EVENT_PULL_REQUEST_HEAD_LABEL: ${{ github.event.pull_request.head.label }} GITHUB_EVENT_PULL_REQUEST_REPO_FULL_NAME: ${{ github.event.pull_request.repo.full_name }} GITHUB_REPOSITORY: ${{ github.repository }} @@ -201,7 +201,7 @@ runs: working-directory: ${{ inputs.working-directory }} env: CC_BINARY: ${{ inputs.binary }} - CC_BRANCH: ${{ env.CC_BRANCH }} + CC_BRANCH: $CC_BRANCH CC_BUILD: ${{ inputs.override_build }} CC_BUILD_URL: ${{ inputs.override_build_url }} CC_CODE: ${{ inputs.report_code }}