Skip to content

Commit e79ee89

Browse files
author
Steve Riesenberg
committed
Update README.md
1 parent f39ebaa commit e79ee89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ A composite action that combines the following steps:
55
* Set up a JDK with `actions/setup-java@v2`
66
* Set up a `user.name` system property with `spring-builds+github`
77
* Validate the Gradle wrapper using `gradle/wrapper-validation-action@v1`
8-
* Set up Gradle using `gradle/gradle-build-action@v2` with `GRADLE_USER_HOME=~/.gradle`
8+
* Set up Gradle using `gradle/gradle-build-action@v2` with `GRADLE_USER_HOME=/home/runner/.gradle`
99

1010
Accepts the following inputs:
1111

0 commit comments

Comments
 (0)