From 386ecad569427d8d524a61652b671c950fea6f98 Mon Sep 17 00:00:00 2001 From: tligui_y Date: Thu, 28 Aug 2025 00:04:05 +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 feb99ac..9c7d4d1 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 test run command (before pytest) ---'; then + if [ -s "$PRINTS" ] && tail -n 1 "$PRINTS" | grep -q '--- PRINTS of test run command (after pytest) ---'; then sed -i '$d' "$PRINTS" fi