fix: remove dollar curlies

This commit is contained in:
Tom Hu 2024-11-15 10:21:04 -05:00
parent 273e415f78
commit 433757a346
No known key found for this signature in database
GPG key ID: 79155678363963D2

View file

@ -221,7 +221,7 @@ runs:
working-directory: ${{ inputs.working-directory }} working-directory: ${{ inputs.working-directory }}
env: env:
CC_BINARY: ${{ inputs.binary }} CC_BINARY: ${{ inputs.binary }}
CC_BRANCH: ${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 }}
@ -250,14 +250,14 @@ runs:
CC_OS: ${{ inputs.os }} CC_OS: ${{ inputs.os }}
CC_PARENT_SHA: ${{ inputs.commit_parent }} CC_PARENT_SHA: ${{ inputs.commit_parent }}
CC_PLUGINS: ${{ inputs.plugins }} CC_PLUGINS: ${{ inputs.plugins }}
CC_PR: ${CC_PR} CC_PR: $CC_PR
CC_REPORT_TYPE: ${{ inputs.report_type }} CC_REPORT_TYPE: ${{ inputs.report_type }}
CC_SHA: ${CC_SHA} CC_SHA: $CC_SHA
CC_SKIP_VALIDATION: ${{ inputs.skip_validation }} CC_SKIP_VALIDATION: ${{ inputs.skip_validation }}
CC_SLUG: ${{ inputs.slug }} CC_SLUG: ${{ inputs.slug }}
CC_SWIFT_PROJECT: ${{ inputs.swift_project }} CC_SWIFT_PROJECT: ${{ inputs.swift_project }}
CC_TOKEN: ${CC_TOKEN} CC_TOKEN: $CC_TOKEN
CC_VERBOSE: ${{ inputs.verbose }} CC_VERBOSE: ${{ inputs.verbose }}
CC_VERSION: ${{ inputs.version }} CC_VERSION: ${{ inputs.version }}
CC_YML_PATH: ${{ inputs.codecov_yml_path }} CC_YML_PATH: ${{ inputs.codecov_yml_path }}
TOKENLESS: ${TOKENLESS} TOKENLESS: $TOKENLESS