From 88d7bea51b4a8a2a8dac93dbcff238ca3da996a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sondre=20Lilleb=C3=B8=20Gundersen?= Date: Mon, 25 Oct 2021 08:36:45 +0200 Subject: [PATCH] Add numeric default for keep-at-least option, so parsing doesnt fail when unspecified --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index 7e32150..af7257f 100644 --- a/action.yml +++ b/action.yml @@ -34,6 +34,7 @@ inputs: keep-at-least: description: 'How many images to keep no matter what. Defaults to 0 which means you might delete everything' required: false + default: '0' runs: using: 'docker'