Skip to content

Commit

Permalink
minor: document timeout_seconds input
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Fields committed Nov 18, 2020
1 parent 292d515 commit 51e29ff
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down

0 comments on commit 51e29ff

Please sign in to comment.