Skip to content

Commit 7faafdd

Browse files
committed
ci: make that JSON
1 parent c8b776f commit 7faafdd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ruby.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,7 @@ jobs:
3030
for i in "${paths[@]}"; do
3131
projects+=($(dirname "$i"))
3232
done
33-
printf -v joined '%s,' "${projects[@]}"
34-
echo $projects | jq --raw-input 'split(" ")'
35-
echo "projects=${joined%,}" >> $GITHUB_OUTPUT
33+
echo "$projects" | jq --raw-input 'split(" ")' >> $GITHUB_OUTPUT
3634
- name: Show all matching projects
3735
shell: bash
3836
run: |

0 commit comments

Comments
 (0)