We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be08862 commit 7370310Copy full SHA for 7370310
.github/workflows/main.yml
@@ -44,7 +44,7 @@ jobs:
44
45
- name: Cached files stats
46
run: |
47
- echo 'Cache build artefacts size (Mb):'
+ echo 'Cache intermediate built files size (Mb):'
48
du -m -s ${{ env.cache }}
49
echo 'Cached dependencies size (Mb):'
50
du -m -s ${{ env.modcache }}
0 commit comments