Typo fixed
This commit is contained in:
@@ -11,6 +11,6 @@ tasks:
|
||||
parsers:
|
||||
- name: "Get gitRepo"
|
||||
parser: "regexp"
|
||||
expression: "(?m)(?P<text>\\w*).git$"
|
||||
expression: "(?m)(?P<gitRepo>\\w*).git$"
|
||||
variables:
|
||||
- "gitRepo"
|
||||
|
||||
Reference in New Issue
Block a user