Skip to content

Commit ed5d59f

Browse files
committed
fix: use bash instead of zsh
1 parent 3a4788b commit ed5d59f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/configure-gradle/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ runs:
99
using: composite
1010
steps:
1111
- name: Configure custom Gradle distribution URL
12-
shell: zsh
12+
shell: bash
1313
run: |
1414
cd ${{ inputs.working-directory }}
1515
gradleVersion=$(grep "distributionUrl" ./gradle/wrapper/gradle-wrapper.properties | sed -n 's|.*gradle-\([0-9.]*\)-bin.zip|\1|p')

0 commit comments

Comments
 (0)