From 9100946ceec77bffb330faa6c364f5c02080db99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rados=C5=82aw=20Kukuczka?= Date: Sun, 30 Mar 2025 12:44:43 +0200 Subject: [PATCH] update descriptions --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index f2ecea9..38f1030 100644 --- a/action.yml +++ b/action.yml @@ -53,7 +53,7 @@ runs: echo "DEBUG: Remote user: ${{ inputs.ssh_user }}" echo "DEBUG: Remote base path: ${{ inputs.remote_base_path }}" echo "DEBUG: Stack name: ${{ inputs.stack_name }}" - echo "DEBUG: Directory prefix (short SHA): '${{ inputs.dir_prefix }}'" + echo "DEBUG: Directory prefix: '${{ inputs.dir_prefix }}'" if [ -z "${{ inputs.directories }}" ]; then echo "DEBUG: No directories specified. Skipping directory creation."