mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-10 04:57:24 +00:00
fix: cleanup
This commit is contained in:
parent
32a61294b6
commit
7cb957dfd8
1 changed files with 2 additions and 2 deletions
|
|
@ -190,7 +190,7 @@ runs:
|
||||||
echo "CC_BRANCH=$CC_BRANCH" >> $GITHUB_ENV
|
echo "CC_BRANCH=$CC_BRANCH" >> $GITHUB_ENV
|
||||||
env:
|
env:
|
||||||
CC_BRANCH: ${{ inputs.override_branch }}
|
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_HEAD_LABEL: ${{ github.event.pull_request.head.label }}
|
||||||
GITHUB_EVENT_PULL_REQUEST_REPO_FULL_NAME: ${{ github.event.pull_request.repo.full_name }}
|
GITHUB_EVENT_PULL_REQUEST_REPO_FULL_NAME: ${{ github.event.pull_request.repo.full_name }}
|
||||||
GITHUB_REPOSITORY: ${{ github.repository }}
|
GITHUB_REPOSITORY: ${{ github.repository }}
|
||||||
|
|
@ -201,7 +201,7 @@ runs:
|
||||||
working-directory: ${{ inputs.working-directory }}
|
working-directory: ${{ inputs.working-directory }}
|
||||||
env:
|
env:
|
||||||
CC_BINARY: ${{ inputs.binary }}
|
CC_BINARY: ${{ inputs.binary }}
|
||||||
CC_BRANCH: ${{ env.CC_BRANCH }}
|
CC_BRANCH: $CC_BRANCH
|
||||||
CC_BUILD: ${{ inputs.override_build }}
|
CC_BUILD: ${{ inputs.override_build }}
|
||||||
CC_BUILD_URL: ${{ inputs.override_build_url }}
|
CC_BUILD_URL: ${{ inputs.override_build_url }}
|
||||||
CC_CODE: ${{ inputs.report_code }}
|
CC_CODE: ${{ inputs.report_code }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue