Skip to content
Lucas edited this page Mar 6, 2026 · 21 revisions

GH-Workflow-Clean Wiki

GH-Workflow-Clean is a macOS terminal CLI for shutting down and cleaning up GitHub Actions usage across repositories.

What It Does

  • disables GitHub Actions workflows
  • deletes workflow runs
  • deletes Actions artifacts
  • deletes Actions caches
  • supports interactive account, host, and repo selection

Quick Links

Quick Start

From the local project folder:

chmod +x gh-actions-cleanup install-gh-actions-cleanup.sh
./install-gh-actions-cleanup.sh
gh-actions-cleanup

Full cleanup against a repo:

gh-actions-cleanup --repo WayneTechLab/networkschat --all --yes

Safe preview first:

gh-actions-cleanup --repo WayneTechLab/networkschat --all --dry-run --yes

Official Links

Creator Note

Built by Lucas / SatoshiUNO.

Clone this wiki locally