Github
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/{}
??? Could not fetch https://api.github.com/repos/Guzzle3/parser/zipball/6874d171318a8e93eb6d224cf85e4678490b625c, please create a GitHub OAuth token to go over the API rate limit Head to https://github.com/settings/tokens/new?scopes=rep…