Prompt Buddy logoPrompt Buddy

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.

Import to Prompt Buddy

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

FileContainsUse For
SKILL.mdEntry point: scope, routing table, and workflow.Start here.
docs/actions-how-tos-manage-workflow-runs-managing-caches-github-docs-workflow-guide.mdA 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-.textA 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

  1. Open the most relevant file under docs/ for the exact documented workflow and wording.
  2. Open schemas/ files for exact structured contracts.
  3. Open examples/ files for concrete requests, commands, snippets, and manifests.
  4. 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