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"