Skip to content

Commit 09ed099

Browse files
committed
fixup4
1 parent 0dc33c9 commit 09ed099

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_cloudpods.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ubuntu-latest
3232
strategy:
3333
matrix:
34-
tag: ${{ needs.get-releases.outputs.matrix }}
34+
tag: ${{ fromJson(needs.get-releases.outputs.matrix) }}
3535
db: ['mariadb', 'mysql']
3636
steps:
3737
- name: Start LocalStack Default

0 commit comments

Comments
 (0)