We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f39ebaa commit e79ee89Copy full SHA for e79ee89
README.md
@@ -5,7 +5,7 @@ A composite action that combines the following steps:
5
* Set up a JDK with `actions/setup-java@v2`
6
* Set up a `user.name` system property with `spring-builds+github`
7
* 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`
+* Set up Gradle using `gradle/gradle-build-action@v2` with `GRADLE_USER_HOME=/home/runner/.gradle`
9
10
Accepts the following inputs:
11
0 commit comments