From d7ef004eeb4e995081c4b65d86d97724a21ffe6f Mon Sep 17 00:00:00 2001 From: tligui_y Date: Tue, 26 Aug 2025 01:11:36 +0200 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 10716a9..35cdb59 100644 --- a/action.yml +++ b/action.yml @@ -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