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 3ec8223 commit 459b8aeCopy full SHA for 459b8ae
.github/workflows/mavenBuild.yml
@@ -48,7 +48,7 @@ jobs:
48
- { name: MacOS, os: macos-13 }
49
defaults:
50
run: # Run on bash or cmd, because powershell (the Windows default) interprets dots in arguments differently
51
- shell: ${{ runner.os == 'Windows' && 'cmd' || 'bash' }}
+ shell: ${{ matrix.config.name == 'Windows' && 'cmd' || 'bash' }}
52
53
name: Verify ${{ matrix.config.name }}
54
steps:
0 commit comments