mirror of
https://github.com/ingress-it-solutions/gitea-code-review-action.git
synced 2025-06-28 18:34:14 +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') {
|
if(sourceAt === 'github') {
|
||||||
// Reply to the review comment with the OpenAI response
|
// Reply to the review comment with the OpenAI response
|
||||||
const client = new github.getOctokit(githubToken, {
|
const octokit = new github.getOctokit(githubToken, {
|
||||||
baseUrl: githubBaseURL
|
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
2
index.js
2
index.js
|
@ -155,7 +155,7 @@ async function run() {
|
||||||
|
|
||||||
if(sourceAt === 'github') {
|
if(sourceAt === 'github') {
|
||||||
// Reply to the review comment with the OpenAI response
|
// Reply to the review comment with the OpenAI response
|
||||||
const client = new github.getOctokit(githubToken, {
|
const octokit = new github.getOctokit(githubToken, {
|
||||||
baseUrl: githubBaseURL
|
baseUrl: githubBaseURL
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue