yonple/Git Push with Retry and Jitter
Git commit + push with exponential backoff and random jitter
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| file_path | Path of the file to commit | yes | — |
| commit_message | Git commit message | yes | — |
| branch | Target git branch | no | master |
| retries | Number of retry attempts | no | 2 |
| base_delay | Base delay in seconds for exponential backoff | no | 2 |
Outputs
no outputs