Commit 1d985fb
committed
fix: remove backtick escapes in GitHub Actions workflow body text
The YAML syntax error was caused by escaped backticks in the PR body text.
Removed the backslash escapes to fix the workflow validation.1 parent 5db0f34 commit 1d985fb
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
143 | | - | |
144 | | - | |
| 143 | + | |
| 144 | + | |
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
| |||
0 commit comments