Skip to content

Instantly share code, notes, and snippets.

@billmetangmo
Created July 29, 2024 12:53
Show Gist options
  • Save billmetangmo/773a9529193e06ef1c54dbba753b97a8 to your computer and use it in GitHub Desktop.
Save billmetangmo/773a9529193e06ef1c54dbba753b97a8 to your computer and use it in GitHub Desktop.
RUN_IDS=$(gh run list --repo $REPO --json databaseId --limit 50 | jq -r '.[1:] | .[].databaseId')
Delet all runs: gh run delete --repo $REPO 10143283850
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment