Skip to content

Commit e8e9b03

Browse files
committed
Fix format suggestion formatting when diff contains "```"
[ci skip]
1 parent 174bba1 commit e8e9b03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Format.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@ jobs:
8080
<details>
8181
<summary>Click here to view the suggested changes.</summary>
8282
83-
```diff
83+
~~~diff
8484
${{ steps.runic.outputs.diff }}
85-
```
85+
~~~
8686
8787
</details>
8888
edit-mode: replace

0 commit comments

Comments
 (0)