Skip to content

Commit

Permalink
de-json
Browse files Browse the repository at this point in the history
  • Loading branch information
brownj85 committed Feb 18, 2025
1 parent d45d0b5 commit fa103d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:

- name: Make demo name list
id: demo-name-list
run: printf "demo-names=%s" "$(jq -nc '${{ needs.generate-matrix.outputs.chunk-array }}[${{ matrix.chunk-index }}]' | tr -s '\n"' ' ')" >> $GITHUB_OUTPUT
run: printf "demo-names=%s" "$(jq -nc '${{ needs.generate-matrix.outputs.chunk-array }}[${{ matrix.chunk-index }}][]' | tr -s '\n"' ' ')" >> $GITHUB_OUTPUT

- name: Build demos
run: |
Expand Down

0 comments on commit fa103d3

Please sign in to comment.