mirror of
https://github.com/ingress-it-solutions/gitea-code-review-action.git
synced 2025-06-28 10:34:13 +00:00
commit
3f83c62925
3 changed files with 3 additions and 1 deletions
1
dist/index.js
vendored
1
dist/index.js
vendored
|
@ -39213,6 +39213,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}`);
|
||||||
|
|
2
dist/index.js.map
vendored
2
dist/index.js.map
vendored
File diff suppressed because one or more lines are too long
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