update descriptions

This commit is contained in:
Radosław Kukuczka
2025-03-30 12:44:43 +02:00
parent 9a7da82eb3
commit 9100946cee

View File

@@ -53,7 +53,7 @@ runs:
echo "DEBUG: Remote user: ${{ inputs.ssh_user }}" echo "DEBUG: Remote user: ${{ inputs.ssh_user }}"
echo "DEBUG: Remote base path: ${{ inputs.remote_base_path }}" echo "DEBUG: Remote base path: ${{ inputs.remote_base_path }}"
echo "DEBUG: Stack name: ${{ inputs.stack_name }}" 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 if [ -z "${{ inputs.directories }}" ]; then
echo "DEBUG: No directories specified. Skipping directory creation." echo "DEBUG: No directories specified. Skipping directory creation."