mirror of
https://github.com/codecov/codecov-action.git
synced 2025-12-23 20:27:02 +08:00
fix: use_oidc shoudl be required false (#1353)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user