We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 503266d commit a1078e6Copy full SHA for a1078e6
1 file changed
.github/workflows/auto-version-bump.yml
@@ -42,7 +42,8 @@ jobs:
42
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
43
run: |
44
echo "Triggering version bump for batch ${{ strategy.job-index }}"
45
- json_input=${{ toJson(matrix.batch) }}
+ json_input='${{ toJson(matrix.batch) }}'
46
+ echo "Rendered json_input: $json_input"
47
gh workflow run version-bump.yml \
48
--ref main \
49
--field release_line=main \
0 commit comments