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