Update action.yml

This commit is contained in:
2025-08-22 13:14:11 +02:00
parent 6af4c6735a
commit 1ba0f38e2b
+1 -1
View File
@@ -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"