blob: bf88bf0137b15c5bcdc720aecc3d9a25235c8b1c [file] [log] [blame]
#!/bin/bash
gh api \
--header "Accept: application/vnd.github+json" \
--jq '.actions_caches[].id' \
--paginate \
/repos/vexxhost/atmosphere-images/actions/caches |
xargs -P10 -I {} /bin/bash -xec "gh api --method DELETE /repos/vexxhost/atmosphere-images/actions/caches/{} 2>&1 >/dev/null"