Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyLewen committed Aug 9, 2023
1 parent 98999eb commit db500f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maximize-build-disk-space.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
echo "/home/runner"
du -sh /home/runner/* 2>&1 | grep -v '^du:'
echo "/home/runner/runners"
du -sh /home/runner/runners* 2>&1 | grep -v '^du:'
du -sh /home/runner/runners/* 2>&1 | grep -v '^du:'
- name: Maximize build space
Expand Down

0 comments on commit db500f4

Please sign in to comment.