Skip to content

Commit 5c7e561

Browse files
committed
Fix int
Signed-off-by: adshao <tjusgj@gmail.com>
1 parent 83b649c commit 5c7e561

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

action.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,19 @@ inputs:
2323
description: The base URL for the GitHub API.'
2424
MAX_CODE_LENGTH:
2525
description: 'The maximum code length for the pull request to be sent to OpenAI.'
26-
default: 3000,
26+
default: 3000
2727
type: int
2828
PROMPT_TEMPLATE:
2929
description: 'The template for the FULL_REVIEW_COMMENT prompt.'
3030
default: 'Please analyze the pull request''s code and inform me whether it requires optimization, and provide a ${language} explanation for your decision:
3131
32+
3233
\`\`\`${code}\`\`\`'
3334
ANSWER_TEMPLATE:
3435
description: 'The template for the answer sent to the GitHub comment.'
3536
default: 'AI Code Review:
3637
38+
3739
${answer}'
3840

3941
runs:

0 commit comments

Comments
 (0)