We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 771374e commit 89a35b8Copy full SHA for 89a35b8
.github/workflows/build.yaml
@@ -67,7 +67,8 @@ jobs:
67
subject_paths_json=$(jq --compact-output --null-input \
68
'$ARGS.positional' --args -- "${SUBJECT_PATHS[@]}")
69
echo "DEBUG=${subject_paths_json}"
70
- echo "subject-paths=${subject_paths_json}" >> "${GITHUB_OUTPUT}"
+ echo "subject-paths=${SUBJECT_PATHS[@]}" >> "${GITHUB_OUTPUT}"
71
+ echo "subject-paths-json=${subject_paths_json}" >> "${GITHUB_OUTPUT}"
72
73
- name: Show values
74
run: |
0 commit comments