From 862e9ea87ec925340a0106eecffca9b02cb88487 Mon Sep 17 00:00:00 2001 From: Anmol Baranwal Date: Thu, 16 Nov 2023 16:38:21 +0530 Subject: [PATCH] chore: change default value of ignoreUsers --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 9882f5e..d762876 100644 --- a/action.yml +++ b/action.yml @@ -27,7 +27,7 @@ inputs: required: false ignoreUsers: description: 'Specify usernames that should be ignored while running this workflow' - default: 'false' + default: '' required: false ignoreCollaborators: description: 'Ignore all the collaborators in the repository while running this workflow'