From 4b7bdcc53b9bd25287d7bfb5433e192ed3a7b719 Mon Sep 17 00:00:00 2001 From: Tom Hu Date: Wed, 3 Apr 2024 15:43:43 -0700 Subject: [PATCH] fix: use_oidc shoudl be required false --- 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