Last active
December 5, 2023 11:08
-
-
Save topas/e8493c21169b9f89fdc0f687ddad8c0e to your computer and use it in GitHub Desktop.
Delete last 100 Github Action runs
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
# build - Workflow name | |
# [0:X] - X - items to delete | |
gh run list -w "build" --limit 10000 --json createdAt,databaseId -q ". |= sort_by(.createdAt)[0:100] | .[].databaseId" | xargs -IID gh run delete ID |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment