Skip to content

Commit 5a04c9b

Browse files
committed
chore: fix indenting
1 parent 2f25705 commit 5a04c9b

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/comment-diffs.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -308,14 +308,7 @@ jobs:
308308
return acc.replace(new RegExp(key, "g"), value);
309309
}, type)
310310
311-
return `<details>
312-
<summary>${typeReplaced}</summary>
313-
\`\`\`diff
314-
${artifact}
315-
\`\`\`
316-
</details>
317-
318-
`
311+
return `<details><summary>${typeReplaced}</summary>\n\`\`\`diff\n${artifact}\n\`\`\`\n\n</details>\n\n`;
319312
})
320313
321314
const body = `🤓☝️ This PR changes the output of \`create-react-native-library\`. You can find the diffs of effected templates below:

0 commit comments

Comments
 (0)