mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-10 21:17:24 +00:00
fix: use_oidc shoudl be required false
This commit is contained in:
parent
d820d60619
commit
4b7bdcc53b
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ inputs:
|
||||||
required: false
|
required: false
|
||||||
use_oidc:
|
use_oidc:
|
||||||
description: 'Use OIDC instead of token. This will ignore any token supplied'
|
description: 'Use OIDC instead of token. This will ignore any token supplied'
|
||||||
default: false
|
required: false
|
||||||
verbose:
|
verbose:
|
||||||
description: 'Specify whether the Codecov output should be verbose'
|
description: 'Specify whether the Codecov output should be verbose'
|
||||||
required: false
|
required: false
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue