Delete all GitHub Actions runs

Tags: GitHub GH GitHub-Actions CI CD
Reading time: 0 minutes.

Delete all GitHub action runs from an Repository.

user=steinbrueckri repo=dotfiles; gh api repos/$user/$repo/actions/runs —paginate -q ‚.workflow_runs[].id‘ | xargs -n1 -I % gh api repos/$user/$repo/actions/runs/% -X DELETE