endersonmenezes/Free Disk Space - Ubuntu Runners
A Simple Action to Free Up Disk Space on GitHub Hosted Runners
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Apr 14, 2026
- License
- MIT
Pinned Snippet
uses: endersonmenezes/free-disk-space@7901478139cff6e9d44df5972fd8ab8fcade4db1 # v3tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| principal_dir | Principal Directory Mount Point | no | / |
| remove_android | Remove Android Files | no | false |
| remove_dotnet | Remove .NET Files | no | false |
| remove_haskell | Remove Haskell Files | no | false |
| remove_tool_cache | Remove Tool Cache | no | false |
| remove_swap | Remove Swap | no | false |
| remove_packages | Remove Packages (Eg. azure-cli google-cloud-cli) Read the documentation for more information | no | false |
| remove_packages_one_command | Remove Packages (Eg. azure-cli google-cloud-cli) in one command | no | false |
| remove_folders | Remove Folders (Eg. /usr/share/dotnet) | no | false |
| rm_cmd | Whether to use rm (safe, default) or rmz (faster). | no | rm |
| rmz_version | Version of rmz to use if rmz is selected as rm_cmd. | no | 3.1.1 |
| testing | Testing (Use to develop locally) | no | false |
Outputs
no outputs