Skip to content

Commit ad3126e

Browse files
fix: hotfix oidc (#1813)
1 parent cf3f51a commit ad3126e

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## v5.4.2
2+
3+
### What's Changed
4+
5+
6+
**Full Changelog**: https://github.com/codecov/codecov-action/compare/v5.4.1..v5.4.2
7+
8+
19
## v5.4.1
210

311
### What's Changed
@@ -1074,4 +1082,4 @@ for the full list.
10741082
### Dependencies and Misc
10751083
- #166 Bump requestretry from 4.1.1 to 4.1.2
10761084
- #169 Bump typescript from 4.0.5 to 4.1.2
1077-
- #178 Bump @types/jest from 26.0.15 to 26.0.19
1085+
- #178 Bump @types/jest from 26.0.15 to 26.0.19

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ runs:
203203
GITHUB_REPOSITORY: ${{ github.repository }}
204204

205205
- name: Get OIDC token
206-
if: ${{ inputs.use_oidc }}
206+
if: ${{ inputs.use_oidc == 'true' }}
207207
uses: actions/github-script@v7
208208
id: oidc
209209
with:

src/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.4.1
1+
5.4.2

0 commit comments

Comments
 (0)