github · GitHub Actions Docs
Actions Managing caches - GitHub Docs
Explains how to manage GitHub Actions caches, including viewing, deleting, and understanding cache limits and eviction policies.
Derived skill
Files assembled from official documentation
Viewing SKILL.md
Actions Managing caches - GitHub Docs
Explains how to manage GitHub Actions caches, including viewing, deleting, and understanding cache limits and eviction policies.
When To Use
Use when you need to manually clear outdated dependencies, troubleshoot cache-related storage issues, or manage cache eviction in GitHub Actions workflows.
Reference Files
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/actions-how-tos-manage-workflow-runs-managing-caches-github-docs-workflow-guide.md | A guide explaining how to view, delete, and force delete dependency cache entries within GitHub Actions workflows. | Questions about a guide explaining how to view, delete, and force delete dependency cache entries within GitHub Actions workflows. |
examples/actions-how-tos-manage-workflow-runs-managing-caches-github-docs-github-.text | A GitHub Actions workflow configuration that uses the GitHub CLI to delete runner caches when a pull request is closed. | Exact payloads, commands, or snippets shown in A GitHub Actions workflow configuration that uses the GitHub CLI to delete runner caches when a pull request is closed. |
What This Skill Covers
-
- GitHub Actions / - How-tos / - Manage workflow runs / - Manage caches
- Main sections:
In this article,Viewing cache entries,Deleting cache entries,Force deleting cache entries.
Workflow
- Open the most relevant file under
docs/for the exact documented workflow and wording. - Open
schemas/files for exact structured contracts. - Open
examples/files for concrete requests, commands, snippets, and manifests. - Do not add behavior or configuration that is not present in the attached source files.
Canonical source: https://docs.github.com/en/actions/how-tos/manage-workflow-runs/manage-caches
