Skip to content

Commit d9f81c9

Browse files
committed
add shell type as bash to action
1 parent b3b7f02 commit d9f81c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/actions/checkout-and-build/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,6 @@ runs:
3131
cache: ${{ inputs.cache_pkg_mgr_name}}
3232

3333
- name: Build with Maven
34+
shell: bash
3435
run: |
3536
mvn install -Dmaven.test.skip=${{ inputs.skip_tests_on_build }}

0 commit comments

Comments
 (0)