actions-marketplace-validations/GitHub Orphaned Artifact Cleaner
Cleanup orphaned artifacts from GitHub Actions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Apr 11, 2022
- License
- None
Pinned Snippet
uses: actions-marketplace-validations/major0_gh-artifact-cleanup@077acd7b585a7819e3bac89aaec2e3a403113e6a # no releases — HEAD as of 2026-07-13tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Authentication token to use when cleaning repository. | yes | ${{ github.token }} |
| older | Limit work to artifacts that are older than the specified number of days old. Default 'now' | no | — |
| newer | Limit to artifacts that are newer than the specified number of days. | no | — |
| dry-run | Do not make any repository changes, only report what would be done. | yes | false |
| debug | Enable script execution tracing. | yes | false |
Outputs
no outputs