Skip to content

Commit fbd3b04

Browse files
committed
🩹 Seperate changed files with empty string
1 parent 25295d4 commit fbd3b04

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -30802,7 +30802,7 @@ const run = async () => {
3080230802
<details>
3080330803
<summary>Changed files</summary>
3080430804
<ul>
30805-
${ modified.map((file) => `<li>${ file.message }</li>`).join() }
30805+
${ modified.map((file) => `<li>${ file.message }</li>`).join('') }
3080630806
</ul>
3080730807
</details>
3080830808
`)

src/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ const run = async () => {
142142
<details>
143143
<summary>Changed files</summary>
144144
<ul>
145-
${ modified.map((file) => `<li>${ file.message }</li>`).join() }
145+
${ modified.map((file) => `<li>${ file.message }</li>`).join('') }
146146
</ul>
147147
</details>
148148
`)

0 commit comments

Comments
 (0)