From a316e9fe19d95f4b87247b44d4c03bbb7cfdb342 Mon Sep 17 00:00:00 2001 From: cbrgm Date: Wed, 17 Jan 2024 21:36:56 +0100 Subject: [PATCH] fix: pass parameters to action --- action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/action.yml b/action.yml index 118de92..49af3b6 100644 --- a/action.yml +++ b/action.yml @@ -12,9 +12,11 @@ inputs: ignore-branches: description: 'Comma-separated list of branches to ignore' required: false + default: "" allowed-prefixes: description: 'Comma-separated list of prefixes a branch must match to be deleted' required: false + default: "" last-commit-age-days: description: 'Number of days since the last commit for a branch to be considered abandoned' required: false