fix: cleanup

This commit is contained in:
Tom Hu 2024-11-14 22:22:34 -05:00
parent 32a61294b6
commit 7cb957dfd8
No known key found for this signature in database
GPG key ID: 79155678363963D2

View file

@ -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 }}