ci: auto-regenerate files

This commit is contained in:
github-actions[bot]
2022-01-02 15:42:02 +00:00
parent edb67f4168
commit 7a31b268d6

10
action.yml generated
View File

@@ -220,6 +220,16 @@ inputs:
description: Time to wait (in seconds) before each retry description: Time to wait (in seconds) before each retry
default: 300 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 # Throw on plugins errors
# If disabled, metrics will handle errors gracefully with a message in rendered metrics # If disabled, metrics will handle errors gracefully with a message in rendered metrics
plugins_errors_fatal: plugins_errors_fatal: