mirror of
https://github.com/nick-fields/retry.git
synced 2026-02-09 22:58:02 +00:00
minor: document timeout_seconds input
This commit is contained in:
@@ -6,7 +6,11 @@ Retries an Action step on failure or timeout. This is currently intended to repl
|
||||
|
||||
### `timeout_minutes`
|
||||
|
||||
**Required** Minutes to wait before attempt times out
|
||||
**Required** Minutes to wait before attempt times out. Must only specify either minutes or seconds
|
||||
|
||||
### `timeout_seconds`
|
||||
|
||||
**Required** Seconds to wait before attempt times out. Must only specify either minutes or seconds
|
||||
|
||||
### `max_attempts`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user