Skip to content

Commit d53e87a

Browse files
committed
fixup
1 parent 22eebbb commit d53e87a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test_cloudpods.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ jobs:
2222
env:
2323
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2424
run: |
25-
echo "matrix=$(gh api repos/$GITHUB_REPOSITORY/releases | jq -r '[.[].tag_name]')" >> $GITHUB_OUTPUT
25+
echo "matrix=\"$(gh api repos/$GITHUB_REPOSITORY/releases | jq -r '[.[].tag_name]')"\" >> $GITHUB_OUTPUT
2626
2727
test-pod-release:
2828
needs: get-releases
2929
runs-on: ubuntu-latest
3030
strategy:
3131
matrix:
32-
tag: ${{ fromJson(needs.get-releases.outputs.matrix) }}
32+
tag: ${{ needs.get-releases.outputs.matrix }}
3333
db: ['mariadb', 'mysql']
3434
steps:
3535
- name: Start LocalStack Default

0 commit comments

Comments
 (0)