actions-marketplace-validations/Clean up previous workflow runs

Delete previous workflow runs

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Feb 24, 2023
License
GPL 3.0
Runtime
Deprecated runtime

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/egmacke_action-cleanup-workflow-runs@b881c463b31eafa7f38433c14d451e7bf02d383d # no releases — HEAD as of 2026-07-15

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

namedescriptionrequireddefault
repositoryThe repository to work on (including owner, eg. `egmacke/acttion-cleanup-workflow-runs`)yes${{ github.repository }}
tokenThe GitHub token to use for authenticationyes${{ github.token }}
workflowThe name or ID of a specific workflow to clean up - default to the current workflow name.yes${{ github.workflow }}
retainHow many previous runs to keepyes10
branchProvide the name of the branch to target. Will only delete workflow runs against this branch name.no

no outputs