name: Retry Step description: 'Retry a step on failure or timeout' inputs: timeout_minutes: description: Minutes to wait before attempt times out required: true max_attempts: description: Number of attempts to make before failing the step required: true default: 3 command: description: The command to run required: true retry_wait_seconds: description: Number of seconds to wait before attempting the next retry required: false default: 10 polling_interval_seconds: 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'