atomic-canyon/Free Disk Space (Ubuntu)
A configurable GitHub Action to free up disk space on an Ubuntu GitHub Actions runner.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Oct 14, 2025
- License
- MIT
Pinned Snippet
uses: atomic-canyon/free-disk-space@961cea98847272b08b213eb88534f529a3023f43 # v2.1.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| removalmode | File removal mode [rmz, find, rsync, rm] | no | rmz |
| aptquietflags | default to make apt-less noisy | no | -qq -o=Dpkg::Use-Pty=0 |
| mandb | Remove mandb and disable apt triggers | no | true |
| android | Remove Android runtime | no | true |
| dotnet | Remove .NET runtime | no | true |
| haskell | Remove Haskell runtime | no | true |
| large-packages | Remove large packages | no | true |
| docker-images | Remove Docker images | no | true |
| tool-cache | Remove image tool cache | no | false |
| swap-storage | Remove swap storage | no | true |
Outputs
no outputs