We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b040a7b commit c6e1187Copy full SHA for c6e1187
1 file changed
.github/workflows/main.yml
@@ -61,7 +61,7 @@ jobs:
61
62
defaults:
63
run:
64
- shell: ${{ matrix.name == 'linux-musl' && matrix.arch == 'x86_64' && 'sh' || 'bash' }}
+ shell: ${{ contains(matrix.container, 'alpine') && 'sh' || 'bash' }}
65
66
env:
67
CONNECTION_STRING: ${{ secrets.CONNECTION_STRING }}
0 commit comments