add action

This commit is contained in:
Kersten Kriegbaum 2025-05-24 22:43:44 +02:00
commit d27be8e73d
102 changed files with 53613 additions and 0 deletions

38218
dist/index.js vendored Normal file

File diff suppressed because one or more lines are too long

13
dist/problem-matcher.json vendored Normal file
View file

@ -0,0 +1,13 @@
{
"problemMatcher": [
{
"owner": "checkout-git",
"pattern": [
{
"regexp": "^(fatal|error): (.*)$",
"message": 2
}
]
}
]
}