pull/479/head
Frostebite 2023-01-19 00:31:15 +00:00
parent ac66355311
commit b8b3c657f1
3 changed files with 3 additions and 3 deletions

2
dist/index.js vendored
View File

@ -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,

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -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,