Skip to content

Instantly share code, notes, and snippets.

@pkuczynski
Last active August 29, 2024 21:19
Show Gist options
  • Save pkuczynski/2c4e12dfe74869adcd3cba86af094abc to your computer and use it in GitHub Desktop.
Save pkuczynski/2c4e12dfe74869adcd3cba86af094abc to your computer and use it in GitHub Desktop.
delete github actions workflows
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