From 1ba0f38e2b640eb8c52be26c6bc2dbbaab67fbc9 Mon Sep 17 00:00:00 2001 From: tligui_y Date: Fri, 22 Aug 2025 13:14:11 +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 132bddf..32d5cbd 100644 --- a/action.yml +++ b/action.yml @@ -250,7 +250,7 @@ runs: chmod +x custom_commands.sh echo "Execute file" - ./custom_commands.sh >> "$LOG_FILE" 2>&1 + ./custom_commands.sh >> "$LOG_FILE" 2>&1 || true EXIT_CODE=$? echo "Finished file"