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