GitHub Actionsのキャッシュを削除する

GitHub Actionsのキャッシュを削除する

qiita.com Macで動いた $ brew install gh $ ORG=オーガナイズ名? $ REPO=リポジトリ名 $ gh api -X GET repos/${ORG}/${REPO}/actions/caches jq '.actions_caches[].id' xargs -L1 -I{} gh api -X DELETE repos/${ORG}/${REPO}/actions/caches/{}