Skip to content

Commit 051b8c9

Browse files
committed
Update shell to bash in setup-gradle action.yaml
Signed-off-by: James Bradlee <[email protected]>
1 parent 8120992 commit 051b8c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup-gradle/action.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Setup Gradle
33
runs:
44
using: composite
55
steps:
6-
- shell: sh
6+
- shell: bash
77
run: |
88
ls -la
99
source $GITHUB_WORKSPACE/gradle/wrapper/gradle-wrapper.properties

0 commit comments

Comments
 (0)