mirror of
https://github.com/nick-fields/retry.git
synced 2026-02-11 15:45:29 +00:00
minor: added tests and helper outputs for PR #15
This commit is contained in:
11
action.yml
11
action.yml
@@ -19,6 +19,15 @@ inputs:
|
||||
description: Number of seconds to wait for each check that command has completed running
|
||||
required: false
|
||||
default: 1
|
||||
retry_on:
|
||||
description: Event to retry on. Currently supported [any, timeout, nonzero]
|
||||
outputs:
|
||||
total_attempts:
|
||||
description: The final number of attempts made
|
||||
exit_code:
|
||||
description: The final exit code returned by the command
|
||||
exit_error:
|
||||
descritipn: The final error returned by the command
|
||||
runs:
|
||||
using: 'node12'
|
||||
main: 'dist/index.js'
|
||||
main: 'dist/index.js'
|
||||
|
||||
Reference in New Issue
Block a user