fix: use_oidc shoudl be required false (#1353)

This commit is contained in:
Tom Hu
2024-04-03 15:47:35 -07:00
committed by GitHub
parent d820d60619
commit 7afa10ed9b

View File

@@ -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