feat: add warning_on_retry input

This commit is contained in:
Nick Fields
2020-11-18 10:25:11 -05:00
parent 0bbc6bd3b0
commit 5ee366655c
4 changed files with 20 additions and 2 deletions

View File

@@ -24,6 +24,9 @@ inputs:
default: 1
retry_on:
description: Event to retry on. Currently supported [any, timeout, error]
warning_on_retry:
description: Whether to output a warning on retry, or just output to info. Defaults to true
default: true
outputs:
total_attempts:
description: The final number of attempts made