Update action.yml

This commit is contained in:
2025-08-22 11:52:31 +02:00
parent c9c311dc8e
commit f6b00a0e60
+2
View File
@@ -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"