From bb0ca79fcdd0369be7af65e90a4213b88bdd6f3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Justin=20Holgu=C3=ADn?= Date: Thu, 7 Sep 2023 17:08:20 +0000 Subject: [PATCH] Update action.yml to show retry default --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 8128af827..7073d6a44 100644 --- a/action.yml +++ b/action.yml @@ -56,7 +56,7 @@ inputs: retry-on-snapshot-warnings: description: Whether to retry on snapshot warnings required: false - default: true + default: false retry-on-snapshot-warnings-timeout: description: Number of seconds to wait before stopping snapshot retries. required: false