Skip to content

Commit 2877a3d

Browse files
committed
ci: make that JSON
1 parent 1570dfb commit 2877a3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ruby.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ jobs:
3030
for i in "${paths[@]}"; do
3131
projects+=($(dirname "$i"))
3232
done
33-
echo "${projects}" | jq --raw-input 'split(" ")' > output
34-
echo "$output"
33+
output=$(echo "${projects}" | jq --raw-input 'split(" ")')
34+
echo "OUTPUT: $output"
3535
echo "projects=$output" >> $GITHUB_OUTPUT
3636
- name: Show all matching projects
3737
shell: bash

0 commit comments

Comments
 (0)