actions-marketplace-validations/Delete oldest runs for workflow
An action to delete the oldest runs for a specific workflow and other than a specific minimum number of runs.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| token | The token used to authenticate. | yes | ${{ github.token }} |
| repository | The name of the repository. | yes | ${{ github.repository }} |
| workflow_name | The name of the workflow | yes | "" |
| keep_minimum_runs | The minimum runs to keep for each workflow. | yes | 6 |
Outputs
no outputs