Merge pull request #10 from ingress-it-solutions/dev

Dev
This commit is contained in:
vandanafuletra 2023-04-06 10:40:26 +05:30 committed by GitHub
commit 3f83c62925
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 1 deletions

1
dist/index.js vendored
View file

@ -39213,6 +39213,7 @@ async function run() {
const promptTemplate = core.getInput('PROMPT_TEMPLATE');
const maxCodeLength = core.getInput('MAX_CODE_LENGTH');
const answerTemplate = core.getInput('ANSWER_TEMPLATE');
const giteaToken = core.getInput('GITHUB_TOKEN');
core.debug(`programmingLanguage: ${programmingLanguage}`);
core.debug(`openaiToken length: ${openaiToken.length}`);

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View file

@ -27,6 +27,7 @@ async function run() {
const promptTemplate = core.getInput('PROMPT_TEMPLATE');
const maxCodeLength = core.getInput('MAX_CODE_LENGTH');
const answerTemplate = core.getInput('ANSWER_TEMPLATE');
const giteaToken = core.getInput('GITHUB_TOKEN');
core.debug(`programmingLanguage: ${programmingLanguage}`);
core.debug(`openaiToken length: ${openaiToken.length}`);