File tree Expand file tree Collapse file tree 3 files changed +18
-2
lines changed
Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change 1- 5.4.1
1+ 5.4.2
You can’t perform that action at this time.
0 commit comments