Skip to content

Commit 3f9ec39

Browse files
docs: update readme to v2
1 parent ccf9875 commit 3f9ec39

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

Diff for: README.md

+14-4
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,16 @@ jobs:
2626
runs-on: ubuntu-latest
2727
steps:
2828
- name: Free Disk Space
29-
uses: endersonmenezes/free-disk-space@main
29+
uses: endersonmenezes/free-disk-space@v2
3030
with:
3131
remove_android: true
3232
remove_dotnet: true
3333
remove_haskell: true
3434
remove_tool_cache: true
3535
remove_swap: true
36-
remove_packages: "azure-cli google-cloud-cli microsoft-edge-stable google-chrome-stable firefox postgresql* temurin-* *llvm* mysql*"
37-
remove_packages_one_command: ${{ matrix.one_command }}
36+
remove_packages: "azure-cli google-cloud-cli microsoft-edge-stable google-chrome-stable firefox postgresql* temurin-* *llvm* mysql* dotnet-sdk-*"
37+
remove_packages_one_command: true
38+
remove_folders: "/usr/share/swift /usr/share/miniconda /usr/share/az* /usr/share/glade* /usr/local/lib/node_modules /usr/local/share/chromium /usr/local/share/powershell"
3839
testing: false
3940
```
4041
@@ -60,9 +61,18 @@ jobs:
6061
| package: *llvm* | 2467.68 MB | 14s |
6162
| package: mysql* | 347.55 MB | 5s |
6263
| package: dotnet-sdk-* | 3.31 MB | 4s |
64+
| folder: /usr/share/swift | 1865.47 MB | # |
65+
| folder: /usr/share/miniconda | 591.45 MB | 7s |
66+
| folder: /usr/share/az_9.3.0 | 344.33 MB | 1s |
67+
| folder: /usr/local/lib/node_modules | 1094.13 MB | 22s |
68+
| folder: /usr/local/share/chromium | 499.62 MB | 0s |
69+
| folder: /usr/local/share/powershell | 1118.54 MB | 0s |
6370

64-
_The time can vary according to multiple factors this estimed time based on the run: [#96](https://github.com/endersonmenezes/free-disk-space/actions/runs/7941840875/job/21684563626)_
71+
_The time can vary according to multiple factors this estimed time based on the run: [#104](https://github.com/endersonmenezes/free-disk-space/actions/runs/7942324183)_
6572

73+
_In our action you can see more folders and packages to delete, but is your responsibility to know what you are doing._
74+
75+
_Initially I created this project with the intention of doing all this and then being able to use Docker and Python, our tests will prove this._
6676

6777
## Local Development
6878

0 commit comments

Comments
 (0)