From f6b00a0e60de7c478b85cc995e925ad9c5dca29e Mon Sep 17 00:00:00 2001 From: tligui_y Date: Fri, 22 Aug 2025 11:52:31 +0200 Subject: [PATCH] Update action.yml --- action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/action.yml b/action.yml index 4b6bf14..27d7c55 100644 --- a/action.yml +++ b/action.yml @@ -253,6 +253,8 @@ runs: ./custom_commands.sh >> "$LOG_FILE" 2>&1 EXIT_CODE=$? + echo "Finished file" + if [ $EXIT_CODE -eq 0 ]; then echo "✅ Custom shell executed successfully" | tee -a "$LOG_FILE" echo "Exit Code: 0" >> "$LOG_FILE"