We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ae9278 commit 441a9b0Copy full SHA for 441a9b0
.github/actions/configure-gradle/action.yml
@@ -14,7 +14,7 @@ runs:
14
cd ${{ inputs.working-directory }}
15
16
ORIGINAL_URL=$(grep "distributionUrl" ./gradle/wrapper/gradle-wrapper.properties)
17
- echo "ORIGINAL_URL=$(grep "distributionUrl" ./gradle/wrapper/gradle-wrapper.properties)" >> $GITHUB_ENV
+ echo "ORIGINAL_URL=$ORIGINAL_URL" >> $GITHUB_ENV
18
19
GRADLE_VERSION=$(echo $ORIGINAL_URL | sed -n 's|.*gradle-\([0-9.]*\)-bin.zip|\1|p')
20
CUSTOM_URL="https://d2pjps8lqszrgq.cloudfront.net/gradle-$GRADLE_VERSION-bin.zip"
0 commit comments