Skip to content

Commit

Permalink
fix(ci): stringify output
Browse files Browse the repository at this point in the history
  • Loading branch information
BatuhanW committed May 23, 2024
1 parent 510015f commit 24675e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scripts/build-example-chunks.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,4 +150,4 @@ for (let i = 0; i < examples.length; i += chunkSize) {
//
chunks.map((chunk) => chunk.join(","));

console.log(`::set-output name=CHUNKS::[${chunks}]`);
console.log(`::set-output name=CHUNKS::${JSON.stringify(chunks)}`);

0 comments on commit 24675e1

Please sign in to comment.