Last active
August 29, 2024 21:19
-
-
Save pkuczynski/2c4e12dfe74869adcd3cba86af094abc to your computer and use it in GitHub Desktop.
delete github actions workflows
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gh run list --all -w "NAME GOES HERE" --json databaseId --jq '.[].databaseId' | xargs -I {id} gh run delete {id} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment