tsrberry/Unstable commands
An action to retry commands if weird things happen.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| commands | The commands to run. | yes | — |
| timeout-minutes | Maximum number of minutes before the commands are cancelled. | yes | — |
| retry-codes | A comma-separated value containing the exit codes which should cause a retry. | yes | — |
| shell | The shell to use to run the commands. | no | default-shell |
| working-directory | The working directory of where to run the commands. | no | ${{ github.workspace }} |
| max-retries | Maximum number of retries before giving up. | no | 3 |
Outputs
no outputs