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

Commit 13a7676

Browse files
committed
escape percents
1 parent f13e48c commit 13a7676

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
@@ -427,7 +427,7 @@ steps:
427427
action_id: fileContents
428428
filename: 'config.yml'
429429
- type: gate
430-
left: '/^\s{4}left: *'%payload.pull_request.title%'(?!#).*$\n operator: *===(?!#).*$\n. right: *Add name to README(?!#).*$/gm'
430+
left: '/^\s{4}left: *'\%payload.pull_request.title\%'(?!#).*$\n\s{4}operator: *===(?!#).*$\n\s{4}right: *Add name to README(?!#).*$/gm'
431431
operator: test
432432
right: '%actions.fileContents%'
433433
else:

0 commit comments

Comments
 (0)