Skip to content

Commit

Permalink
fix: add back in with env
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov committed Nov 15, 2024
1 parent 96d592f commit 3cb5237
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ runs:
working-directory: ${{ inputs.working-directory }}
env:
CC_BINARY: ${{ inputs.binary }}
CC_BRANCH: ${{ env.CC_BRANCH }}
CC_BUILD: ${{ inputs.override_build }}
CC_BUILD_URL: ${{ inputs.override_build_url }}
CC_CODE: ${{ inputs.report_code }}
Expand Down Expand Up @@ -249,10 +250,14 @@ runs:
CC_OS: ${{ inputs.os }}
CC_PARENT_SHA: ${{ inputs.commit_parent }}
CC_PLUGINS: ${{ inputs.plugins }}
CC_PR: ${{ env.CC_PR }}
CC_REPORT_TYPE: ${{ inputs.report_type }}
CC_SHA: ${{ env.CC_SHA }}
CC_SKIP_VALIDATION: ${{ inputs.skip_validation }}
CC_SLUG: ${{ inputs.slug }}
CC_SWIFT_PROJECT: ${{ inputs.swift_project }}
CC_TOKEN: ${{ env.CC_TOKEN }}
CC_VERBOSE: ${{ inputs.verbose }}
CC_VERSION: ${{ inputs.version }}
CC_YML_PATH: ${{ inputs.codecov_yml_path }}
TOKENLESS: ${{ env.TOKENLESS }}

0 comments on commit 3cb5237

Please sign in to comment.