Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2fcf356

Browse files
fix: hotfix oidc
1 parent cf3f51a commit 2fcf356

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## v5.4.2
2+
3+
### What's Changed
4+
5+
6+
**Full Changelog**: https://github.com/codecov/codecov-action/compare/v5.4.2..v5.4.2
7+
8+
9+
## v5.4.2
10+
11+
### What's Changed
12+
13+
14+
**Full Changelog**: https://github.com/codecov/codecov-action/compare/v5.4.1..v5.4.2
15+
16+
117
## v5.4.1
218

319
### What's Changed

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)