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 0dc33c9 commit 09ed099Copy full SHA for 09ed099
.github/workflows/test_cloudpods.yml
@@ -31,7 +31,7 @@ jobs:
31
runs-on: ubuntu-latest
32
strategy:
33
matrix:
34
- tag: ${{ needs.get-releases.outputs.matrix }}
+ tag: ${{ fromJson(needs.get-releases.outputs.matrix) }}
35
db: ['mariadb', 'mysql']
36
steps:
37
- name: Start LocalStack Default
0 commit comments