We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a04c9b commit 28750f1Copy full SHA for 28750f1
.github/workflows/comment-diffs.yml
@@ -308,7 +308,7 @@ jobs:
308
return acc.replace(new RegExp(key, "g"), value);
309
}, type)
310
311
- return `<details><summary>${typeReplaced}</summary>\n\`\`\`diff\n${artifact}\n\`\`\`\n\n</details>\n\n`;
+ return `<details><summary>${typeReplaced}</summary>\n\n\`\`\`diff\n${artifact}\n\`\`\`\n</details>\n\n`;
312
})
313
314
const body = `🤓☝️ This PR changes the output of \`create-react-native-library\`. You can find the diffs of effected templates below:
0 commit comments