From 7afa10ed9b269c561c2336fd862446844e0cbf71 Mon Sep 17 00:00:00 2001 From: Tom Hu <88201630+thomasrockhu-codecov@users.noreply.github.com> Date: Wed, 3 Apr 2024 15:47:35 -0700 Subject: [PATCH] fix: use_oidc shoudl be required false (#1353) --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index b12dbfb9c..577555c53 100644 --- a/action.yml +++ b/action.yml @@ -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