mirror of
https://github.com/codecov/codecov-action.git
synced 2025-12-23 20:27:02 +08:00
fix: true == true
This commit is contained in:
@@ -163,7 +163,7 @@ runs:
|
|||||||
- name: Get and set token
|
- name: Get and set token
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
if [ ${{ inputs.use_oidc }} == 'true' ];
|
if [ "${{ inputs.use_oidc }}" == 'true' ];
|
||||||
then
|
then
|
||||||
# {"count":1984,"value":"***"}
|
# {"count":1984,"value":"***"}
|
||||||
echo "$ACTIONS_ID_TOKEN_REQUEST_URL"
|
echo "$ACTIONS_ID_TOKEN_REQUEST_URL"
|
||||||
|
|||||||
Reference in New Issue
Block a user