Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 404 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 404 Bytes

Free Disk Space GitHub Action

This GitHub Action is designed to free up disk space on GitHub runners by performing a series of cleanup operations. It removes certain directories, purges specific packages, and cleans up Docker images.

Usage

To use this action in your GitHub workflow, add the following step:

steps:
  - name: Free it!
    uses: netbrain/free-disk-space-action@v0.0.1