We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25295d4 commit fbd3b04Copy full SHA for fbd3b04
dist/index.js
@@ -30802,7 +30802,7 @@ const run = async () => {
30802
<details>
30803
<summary>Changed files</summary>
30804
<ul>
30805
- ${ modified.map((file) => `<li>${ file.message }</li>`).join() }
+ ${ modified.map((file) => `<li>${ file.message }</li>`).join('') }
30806
</ul>
30807
</details>
30808
`)
src/index.js
@@ -142,7 +142,7 @@ const run = async () => {
142
143
144
145
146
147
148
0 commit comments