mirror of
https://github.com/codecov/codecov-action.git
synced 2026-04-10 00:10:05 +00:00
fix: hotfix oidc (#1813)
This commit is contained in:
parent
cf3f51a67d
commit
ad3126e916
3 changed files with 11 additions and 3 deletions
|
|
@ -203,7 +203,7 @@ runs:
|
|||
GITHUB_REPOSITORY: ${{ github.repository }}
|
||||
|
||||
- name: Get OIDC token
|
||||
if: ${{ inputs.use_oidc }}
|
||||
if: ${{ inputs.use_oidc == 'true' }}
|
||||
uses: actions/github-script@v7
|
||||
id: oidc
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue