actions-marketplace-validations/Delete old pull request artifacts

Delete unused artifacts to lower the use of GitHub storage

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Apr 6, 2021
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/stefanluptak_delete-old-pr-artifacts@253bfc09f87d1a6f2814734989d65d8cb67d80a4 # no releases — HEAD as of 2026-07-10

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
workflow_filenameFilename of the workflow file, 'ci.yaml' for exampleyes
github_repoGitHub repository to operate onno${{ github.repository }}
git_branchPR branchno${{ github.head_ref }}
github_tokenGitHub tokenno${{ github.token }}
debugSet to 'true' to debug gh api callsnofalse
dry_runIf you want to execute the action without actually deleting the artifacts. Useful for testing and debugging this action.nofalse

no outputs