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

Commit 24b850e

Browse files
committed
changing validation
1 parent 43b5861 commit 24b850e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ steps:
309309
pullRequest: Changes
310310
action_id: metaPR2
311311
- type: gate
312-
left: '/^\s*addStudent\s*\(\s*studentName\s*\)\s*/g'
312+
left: '/^\s*addStudent\s*\(\s*studentName\s*\)\s*/gm'
313313
operator: test
314314
right: '%actions.fileContents%'
315315
else:

0 commit comments

Comments
 (0)