mirror of
https://github.com/ingress-it-solutions/gitea-code-review-action.git
synced 2025-04-21 19:46:47 +00:00
Fixed issue with Gitea
This commit is contained in:
parent
eb1fb70e05
commit
878a6fded8
1 changed files with 1 additions and 0 deletions
1
index.js
1
index.js
|
@ -27,6 +27,7 @@ async function run() {
|
||||||
const promptTemplate = core.getInput('PROMPT_TEMPLATE');
|
const promptTemplate = core.getInput('PROMPT_TEMPLATE');
|
||||||
const maxCodeLength = core.getInput('MAX_CODE_LENGTH');
|
const maxCodeLength = core.getInput('MAX_CODE_LENGTH');
|
||||||
const answerTemplate = core.getInput('ANSWER_TEMPLATE');
|
const answerTemplate = core.getInput('ANSWER_TEMPLATE');
|
||||||
|
const giteaToken = core.getInput('GITHUB_TOKEN');
|
||||||
|
|
||||||
core.debug(`programmingLanguage: ${programmingLanguage}`);
|
core.debug(`programmingLanguage: ${programmingLanguage}`);
|
||||||
core.debug(`openaiToken length: ${openaiToken.length}`);
|
core.debug(`openaiToken length: ${openaiToken.length}`);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue