actions-marketplace-validations/Retry command
Retries an Action step on failure.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Aug 19, 2024
- License
- None
Pinned Snippet
uses: actions-marketplace-validations/corrupt952_actions-retry-command@e4614cba6dba61edcddb1357cf50dd51fe7f3ebb # no releases — HEAD as of 2026-07-13tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| command | — | yes | — |
| working_directory | — | yes | — |
| max_attempts | — | yes | 5 |
| retry_interval | — | yes | 5 |
Outputs
| name | description |
|---|---|
| exit_code | Exit code of the last command executed |
| result | Output of the last command executed |