File tree Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Original file line number Diff line number Diff line change 17
17
contents : write
18
18
pull-requests : write
19
19
steps :
20
+ # Free additional disk space
21
+ - name : Free Disk Space
22
+ run : |
23
+ sudo rm -rf \
24
+ "$AGENT_TOOLSDIRECTORY" \
25
+ /opt/google/chrome \
26
+ /opt/microsoft/msedge \
27
+ /opt/microsoft/powershell \
28
+ /opt/pipx \
29
+ /usr/lib/mono \
30
+ /usr/local/julia* \
31
+ /usr/local/lib/android \
32
+ /usr/local/lib/node_modules \
33
+ /usr/local/share/chromium \
34
+ /usr/local/share/powershell \
35
+ /usr/share/dotnet \
36
+ /usr/share/swift
37
+ df -h /
38
+
20
39
21
40
# Free GitHub Actions Environment Disk Space
22
41
- name : Maximize Build Space
97
116
--title "Changelog update - \`$VERSION\`" \
98
117
--body "Current pull request contains patched \`CHANGELOG.md\` file for the \`$VERSION\` version." \
99
118
--label "$LABEL" \
100
- --head $BRANCH
119
+ --head $BRANCH
You can’t perform that action at this time.
0 commit comments