mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-07 19:47:25 +00:00
fix: use_oidc shoudl be required false (#1353)
This commit is contained in:
parent
d820d60619
commit
7afa10ed9b
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