fix regex
This commit is contained in:
Родитель
0ef6f32213
Коммит
a399bff747
|
@ -21,4 +21,4 @@ jobs:
|
|||
with:
|
||||
comment: "true" # enable comment mode
|
||||
yaml_schema: "__tests__/schemas/action.schema.yml"
|
||||
yaml_exclude_regex: "^(?!action.yml$).*$"
|
||||
yaml_exclude_regex: "^(?!./action.yml$).*$"
|
||||
|
|
Загрузка…
Ссылка в новой задаче