Clear cache in GitHub Actions
Update (October 20, 2022) You can now manage caches via the UI: https://github.com/<OWNER>/<REPO>/actions/caches Update (June 27, 2022) You can now manage caches via the GitHub Actions Cache API: GET list of caches for a repository: $ curl \ -H “Accept: application/vnd.github.v3+json” \ -H “Authorization: token <TOKEN>” \ https://api.github.com/repos/OWNER/REPO/actions/caches DELETE cache for a repository using a … Read more