mirror of
https://github.com/gradle/actions.git
synced 2025-11-26 17:09:10 +08:00
Use bash to ensure env vars are expanded
This commit is contained in:
@@ -78,6 +78,7 @@ jobs:
|
||||
with:
|
||||
cache-read-only: true
|
||||
- name: Report Gradle User Home
|
||||
shell: bash
|
||||
run: |
|
||||
du -hc $GRADLE_USER_HOME/caches/modules-2
|
||||
du -hc $GRADLE_USER_HOME/wrapper/dists
|
||||
|
||||
Reference in New Issue
Block a user