Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit 20b2de8

Browse files
committed
escape backslach in suggested fix
1 parent 9ca9dca commit 20b2de8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ steps:
315315
path: config.yml
316316
body: |
317317
```suggestion
318-
left: # replace me actual symbols and no spaces: 'percent payload.pull_request.title percent'
318+
left: '\\%payload.pull_request.title\\%'
319319
```
320320
position: 41
321321
- type: octokit

0 commit comments

Comments
 (0)