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 3a4788b commit ed5d59fCopy full SHA for ed5d59f
.github/actions/configure-gradle/action.yml
@@ -9,7 +9,7 @@ runs:
9
using: composite
10
steps:
11
- name: Configure custom Gradle distribution URL
12
- shell: zsh
+ shell: bash
13
run: |
14
cd ${{ inputs.working-directory }}
15
gradleVersion=$(grep "distributionUrl" ./gradle/wrapper/gradle-wrapper.properties | sed -n 's|.*gradle-\([0-9.]*\)-bin.zip|\1|p')
0 commit comments