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 d60ebd0 commit b7583f9Copy full SHA for b7583f9
.github/actions/setup-mvnd/action.yaml
@@ -30,5 +30,7 @@ runs:
30
key: setup-mvnd-${{ runner.os }}
31
- name: Check Maven
32
run: build/mvn -v
33
+ shell: bash
34
- name: Check Mvnd
35
run: build/mvnd -v
36
0 commit comments