Retries an Action step on failure or timeout. This is currently intended to replace the run
step for moody commands.
Required Minutes to wait before attempt times out
Required Number of attempts to make before failing the step
Required The command to run
Optional Number of seconds to wait before attempting the next retry. Defaults to 10
Optional Number of seconds to wait while polling for command result. Defaults to 1
uses: nick-invision/retry@v1
with:
timeout_minutes: 10
max_attempts: 3
command: npm install