Skip to content

Commit e7d1f00

Browse files
committed
Fix action.steps.*.shell syntax
makes no sense but *shrug*
1 parent 29595e4 commit e7d1f00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/maven-build/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ runs:
1919
restore-keys: |
2020
${{ runner.os }}-${{ runner.arch }}-
2121
- name: "Build and test"
22-
shell: "/bin/bash"
22+
shell: "bash"
2323
run: |
2424
set -euo pipefail
2525

0 commit comments

Comments
 (0)