cytopia/Shell command retry action
GitHub Action to repeatedly retry a shell command upon failure.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| retries | How many times to retry on failure | no | 10 |
| pause | How many seconds to wait between retries | no | 10 |
| command | Shell command to execute | yes | true |
| fail_command | Shell command to execute on every failure of given command (The fail_command will always succeed via: || true) | no | "" |
| workdir | Switch to this working directory prior executing shell command | no | "" |
Outputs
no outputs