Skip to content

Commit a94b620

Browse files
committed
Fix prompt template
Signed-off-by: adshao <tjusgj@gmail.com>
1 parent d7c35a1 commit a94b620

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
@@ -27,7 +27,9 @@ inputs:
2727
default: 'Please analyze the pull request''s code and inform me whether it requires optimization, and provide an explanation for your decision:
2828
2929
30-
\`\`\`${code}\`\`\`'
30+
\`\`\`
31+
${code}
32+
\`\`\`'
3133
ANSWER_TEMPLATE:
3234
description: 'The template for the answer sent to the GitHub comment.'
3335
default: 'AI Code Review:

0 commit comments

Comments
 (0)