Update action.yml

This commit is contained in:
2025-08-06 16:22:07 +02:00
parent a1ab8fba61
commit a7d8cba46d
+2
View File
@@ -112,6 +112,7 @@ runs:
if: inputs.custom_shell_commands != ''
shell: bash
run: |
OUTPUT_DIR="outputs"
LOG_FILE="${OUTPUT_DIR}/custom-shell.log"
@@ -125,6 +126,7 @@ runs:
echo "❌ Custom shell failed" >> $LOG_FILE
echo "Exit Code: 1" >> $LOG_FILE
echo "Exit Code: 1"
cat $LOG_FILE
exit 1
}