We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8120992 commit 051b8c9Copy full SHA for 051b8c9
.github/actions/setup-gradle/action.yaml
@@ -3,7 +3,7 @@ description: Setup Gradle
3
runs:
4
using: composite
5
steps:
6
- - shell: sh
+ - shell: bash
7
run: |
8
ls -la
9
source $GITHUB_WORKSPACE/gradle/wrapper/gradle-wrapper.properties
0 commit comments