mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-07 19:47:25 +00:00
fix: >>
This commit is contained in:
parent
6d67cc1059
commit
58a1f61faa
1 changed files with 5 additions and 5 deletions
10
action.yml
10
action.yml
|
|
@ -174,9 +174,9 @@ runs:
|
|||
CC_ENTERPRISE_URL: ${{ inputs.url }}
|
||||
CC_ENV: ${{ inputs.env_vars }}
|
||||
CC_EXCLUDES: ${{ inputs.exclude }}
|
||||
CC_FAIL_ON_ERROR: ${{ inputs.fail_ci_if_error >>
|
||||
CC_FILES: ${{ inputs.files >>
|
||||
CC_FLAGS: ${{ inputs.flags >>
|
||||
CC_FAIL_ON_ERROR: ${{ inputs.fail_ci_if_error }}
|
||||
CC_FILES: ${{ inputs.files }}
|
||||
CC_FLAGS: ${{ inputs.flags }}
|
||||
CC_GCOV_ARGS: ${{ inputs.gcov_args }}
|
||||
CC_GCOV_EXECUTABLE: ${{ inputs.gcov_executable }}
|
||||
CC_GCOV_IGNORE: ${{ inputs.gcov_ignore }}
|
||||
|
|
@ -199,5 +199,5 @@ runs:
|
|||
CC_SLUG: ${{ inputs.slug }}
|
||||
CC_SWIFT_PROJECT: ${{ inputs.swift_project }}
|
||||
CC_TOKEN: ${{ inputs.token }}
|
||||
CC_VERBOSE: ${{ inputs.verbose >>
|
||||
CC_VERSION: ${{ inputs.version >>
|
||||
CC_VERBOSE: ${{ inputs.verbose }}
|
||||
CC_VERSION: ${{ inputs.version }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue