mirror of
https://github.com/ingress-it-solutions/gitea-code-review-action.git
synced 2025-04-20 19:16:47 +00:00
Fixed code base
This commit is contained in:
parent
e6bc0a5e37
commit
7867b54c0d
3 changed files with 3 additions and 3 deletions
2
dist/index.js
vendored
2
dist/index.js
vendored
|
@ -39341,7 +39341,7 @@ async function run() {
|
|||
|
||||
if(sourceAt === 'github') {
|
||||
// Reply to the review comment with the OpenAI response
|
||||
const client = new github.getOctokit(githubToken, {
|
||||
const octokit = new github.getOctokit(githubToken, {
|
||||
baseUrl: githubBaseURL
|
||||
});
|
||||
|
||||
|
|
2
dist/index.js.map
vendored
2
dist/index.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue