Update action.yml

This commit is contained in:
2025-08-26 01:11:36 +02:00
parent 3e3fd14f75
commit d7ef004eeb
+1 -1
View File
@@ -366,7 +366,7 @@ runs:
LOG_FILE="${OUTPUT_DIR}/custom-shell-after.log"
mkdir -p "$OUTPUT_DIR"
if [ -z "$(echo "${{ inputs.custom_shell_commands }}" | xargs)" ]; then
if [ -z "$(echo "${{ inputs.custom_shell_commands_after }}" | xargs)" ]; then
echo "💡 No custom shell commands found" >> "$LOG_FILE"
echo "Exit Code: 0" >> "$LOG_FILE"
exit 0