mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-09 12:37:26 +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
|
||||
use_oidc:
|
||||
description: 'Use OIDC instead of token. This will ignore any token supplied'
|
||||
default: false
|
||||
required: false
|
||||
verbose:
|
||||
description: 'Specify whether the Codecov output should be verbose'
|
||||
required: false
|
||||
|
|
|
|||
Loading…
Reference in a new issue