From b1da5db3d427cd2a82908b44d421b3faf0c5cf70 Mon Sep 17 00:00:00 2001 From: tligui_y Date: Wed, 27 Aug 2025 23:56:45 +0200 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index ab25280..feb99ac 100644 --- a/action.yml +++ b/action.yml @@ -285,7 +285,7 @@ runs: export CMD ./custom_cmd.sh - if [ -s "$PRINTS" ] && tail -n 1 "$PRINTS" | grep -q '--- PRINTS of external test run command (before pytest) ---'; then + if [ -s "$PRINTS" ] && tail -n 1 "$PRINTS" | grep -q '--- PRINTS of test run command (before pytest) ---'; then sed -i '$d' "$PRINTS" fi