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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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