Skip to content

Commit 89a35b8

Browse files
committed
no jq
1 parent 771374e commit 89a35b8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ jobs:
6767
subject_paths_json=$(jq --compact-output --null-input \
6868
'$ARGS.positional' --args -- "${SUBJECT_PATHS[@]}")
6969
echo "DEBUG=${subject_paths_json}"
70-
echo "subject-paths=${subject_paths_json}" >> "${GITHUB_OUTPUT}"
70+
echo "subject-paths=${SUBJECT_PATHS[@]}" >> "${GITHUB_OUTPUT}"
71+
echo "subject-paths-json=${subject_paths_json}" >> "${GITHUB_OUTPUT}"
7172
7273
- name: Show values
7374
run: |

0 commit comments

Comments
 (0)