From 575cba65664a5fde57ae7a6ac603343c92854b85 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 7 Mar 2021 10:02:07 +0000 Subject: [PATCH] Auto-regenerate files --- action.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/action.yml b/action.yml index 863616dd..22e6c824 100644 --- a/action.yml +++ b/action.yml @@ -135,6 +135,16 @@ inputs: description: Output image format default: svg + # Number of retries in case rendering fail + retries: + description: Number of retries + default: 3 + + # Time to wait (in seconds) before each retry + retries_delay: + description: Time to wait (in seconds) before each retry + default: 300 + # Throw on plugins errors # If disabled, metrics will handle errors gracefully with a message in rendered metrics plugins_errors_fatal: