From 7a31b268d645f89fa71f8ae6c1803b9e64d268a7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 2 Jan 2022 15:42:02 +0000 Subject: [PATCH] ci: auto-regenerate files --- action.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/action.yml b/action.yml index 055b9e70..c866c115 100644 --- a/action.yml +++ b/action.yml @@ -220,6 +220,16 @@ inputs: description: Time to wait (in seconds) before each retry default: 300 + # Number of retries in case output action fail + retries_output_action: + description: Number of retries (output action) + default: 5 + + # Time to wait (in seconds) before each retry (output action) + retries_delay_output_action: + description: Time to wait (in seconds) before each retry (output action) + default: 120 + # Throw on plugins errors # If disabled, metrics will handle errors gracefully with a message in rendered metrics plugins_errors_fatal: