workflow
parent
ac66355311
commit
b8b3c657f1
|
|
@ -6435,7 +6435,7 @@ class GitHub {
|
|||
GitHub.longDescriptionContent += `\n${longDescription}`;
|
||||
const data = {
|
||||
owner: GitHub.owner,
|
||||
repo: GitHub.owner,
|
||||
repo: GitHub.repo,
|
||||
// eslint-disable-next-line camelcase
|
||||
check_run_id: GitHub.checkRunId,
|
||||
name: GitHub.checkName,
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -82,7 +82,7 @@ class GitHub {
|
|||
|
||||
const data: any = {
|
||||
owner: GitHub.owner,
|
||||
repo: GitHub.owner,
|
||||
repo: GitHub.repo,
|
||||
// eslint-disable-next-line camelcase
|
||||
check_run_id: GitHub.checkRunId,
|
||||
name: GitHub.checkName,
|
||||
|
|
|
|||
Loading…
Reference in New Issue