We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1233db commit b6312d1Copy full SHA for b6312d1
1 file changed
.github/workflows/sql-benchmarks.yml
@@ -309,7 +309,11 @@ jobs:
309
else
310
targets='${{ toJSON(matrix.develop_targets) }}'
311
fi
312
- echo "targets_json=$targets" >> "$GITHUB_OUTPUT"
+ {
313
+ echo 'targets_json<<__TARGETS_JSON__'
314
+ echo "$targets"
315
+ echo '__TARGETS_JSON__'
316
+ } >> "$GITHUB_OUTPUT"
317
318
- name: Build binaries
319
shell: bash
0 commit comments