From 7ec1de5dbb1718de61700b73b4690de0c65e2b78 Mon Sep 17 00:00:00 2001 From: Bhavik MacBook PRO 16 Date: Fri, 12 May 2023 00:22:30 +0530 Subject: [PATCH] Add more clear summary --- action.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yaml b/action.yaml index 7f86637..18740f8 100644 --- a/action.yaml +++ b/action.yaml @@ -45,7 +45,7 @@ inputs: \`\`\` ${code} \`\`\`' - output: ' + output: | #### Overview of changes: - Summarize the overview of the changes made #### issues: @@ -53,7 +53,7 @@ ${code} - Identify issues mentioned in the code review checklist #### Action items: - Action items needed before the change can be approved' - checklist: ' + checklist: | Code Structure - Is the codebase organized according to Laravel Framework recommended project structure? - Are there any unnecessary files, folders, or code modules?