Skip to content

Commit

Permalink
fix: use_oidc shoudl be required false (#1353)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov committed Apr 3, 2024
1 parent d820d60 commit 7afa10e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -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
Expand Down

0 comments on commit 7afa10e

Please sign in to comment.