mirror of
https://gitea.com/actions/checkout.git
synced 2024-11-01 09:30:34 +01:00
13 lines
253 B
JSON
13 lines
253 B
JSON
|
{
|
||
|
"problemMatcher": [
|
||
|
{
|
||
|
"owner": "checkout-git",
|
||
|
"pattern": [
|
||
|
{
|
||
|
"regexp": "^(fatal|error): (.*)$",
|
||
|
"message": 2
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|