We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fda037 commit c8942ecCopy full SHA for c8942ec
.github/actions/setup-gradle/action.yaml
@@ -5,7 +5,7 @@ runs:
5
steps:
6
- shell: sh
7
run: |
8
- source gradle/wrapper/gradle-wrapper.properties
+ source $GITHUB_WORKSPACE/gradle/wrapper/gradle-wrapper.properties
9
echo "Gradle URL: $distributionUrl"
10
path=${{ runner.temp }}/gradle
11
wget --no-verbose -O ${{ runner.temp }}/gradle.zip $distributionUrl
0 commit comments