From e016d03d942c7140928281960cab008f8897643f Mon Sep 17 00:00:00 2001 From: salehhashemi1992 <81674631+salehhashemi1992@users.noreply.github.com> Date: Tue, 2 May 2023 10:32:08 +0430 Subject: [PATCH] increase the line number of existing changes of commit --- main.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.php b/main.php index fcb79c8..bc66f9e 100644 --- a/main.php +++ b/main.php @@ -58,7 +58,7 @@ function main(): void // Check if the command executed successfully if ($return_var == 0) { - $output = array_slice($output, 0, 100); + $output = array_slice($output, 0, 400); $commitChanges = implode("\n", $output);