actions-marketplace-validations/Delete old pull request artifacts
Delete unused artifacts to lower the use of GitHub storage
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Apr 6, 2021
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/stefanluptak_delete-old-pr-artifacts@253bfc09f87d1a6f2814734989d65d8cb67d80a4 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| workflow_filename | Filename of the workflow file, 'ci.yaml' for example | yes | — |
| github_repo | GitHub repository to operate on | no | ${{ github.repository }} |
| git_branch | PR branch | no | ${{ github.head_ref }} |
| github_token | GitHub token | no | ${{ github.token }} |
| debug | Set to 'true' to debug gh api calls | no | false |
| dry_run | If you want to execute the action without actually deleting the artifacts. Useful for testing and debugging this action. | no | false |
Outputs
no outputs