Add support for merge_group event #53
Annotations
1 error and 1 warning
Incorrect format of provided 'issue-form' input: [
{
"code": "invalid_union",
"unionErrors": [
{
"issues": [
{
"code": "invalid_type",
"expected": "string",
"received": "array",
"path": [
"solution"
],
"message": "Expected string, received array"
}
],
"name": "ZodError"
},
{
"issues": [
{
"code": "invalid_type",
"expected": "string",
"received": "array",
"path": [
"solution",
0
],
"message": "Expected string, received array"
},
{
"code": "invalid_type",
"expected": "string",
"received": "array",
"path": [
"solution",
1
],
"message": "Expected string, received array"
},
{
"code": "invalid_type",
"expected": "string",
"received": "array",
"path": [
"solution",
2
],
"message": "Expected string, received array"
}
],
"name": "ZodError"
}
],
"path": [
"solution"
],
"message": "Invalid input"
}
]
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: stefanbuck/github-issue-parser@c1a559d78bfb8dd05216dab9ffd2b91082ff5324. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
This job failed
Loading