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 1717 contents : write
1818 pull-requests : write
1919 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+
2039
2140 # Free GitHub Actions Environment Disk Space
2241 - name : Maximize Build Space
97116 --title "Changelog update - \`$VERSION\`" \
98117 --body "Current pull request contains patched \`CHANGELOG.md\` file for the \`$VERSION\` version." \
99118 --label "$LABEL" \
100- --head $BRANCH
119+ --head $BRANCH
You can’t perform that action at this time.
0 commit comments