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

Commit 6b12b6b

Browse files
authored
Merge pull request #17 from githubtraining/escape-percents
Escape percents
2 parents 9ca9dca + f016600 commit 6b12b6b

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)