Skip to content

Commit effaada

Browse files
committed
chore: join string
1 parent 35dbfe9 commit effaada

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/comment-diffs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ jobs:
299299
300300
const body = `🤓☝️ This PR changes the output of \`create-react-native-library\`. You can find the diffs of effected templates below:
301301
302-
${parsedArtifacts}
302+
${parsedArtifacts.join("")}
303303
`;
304304
305305
const comments = await github.issues.listComments({

0 commit comments

Comments
 (0)