Skip to content

Commit a1078e6

Browse files
authored
ci(auto-version-bump): quote JSON array (#4030)
Signed-off-by: Beth Griggs <bethanyngriggs@gmail.com>
1 parent 503266d commit a1078e6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/auto-version-bump.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ jobs:
4242
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4343
run: |
4444
echo "Triggering version bump for batch ${{ strategy.job-index }}"
45-
json_input=${{ toJson(matrix.batch) }}
45+
json_input='${{ toJson(matrix.batch) }}'
46+
echo "Rendered json_input: $json_input"
4647
gh workflow run version-bump.yml \
4748
--ref main \
4849
--field release_line=main \

0 commit comments

Comments
 (0)