From 0de9e393b713a9fb8ccae4c1cd6ce05733a517f7 Mon Sep 17 00:00:00 2001 From: Mate Majoros Date: Tue, 13 Jan 2026 14:45:40 +0200 Subject: [PATCH] description updated and echo added --- .github/workflows/restore-site.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/restore-site.yml b/.github/workflows/restore-site.yml index 7b6240d1..a48be475 100644 --- a/.github/workflows/restore-site.yml +++ b/.github/workflows/restore-site.yml @@ -21,7 +21,7 @@ on: required: false type: string absolute_backup_dir_path: - description: '(Optional) Absolute path to the backup directory (the backup files contained in the directory should match the the following naming convention: --database.sql.gz, --files.tar, --private-files.tar.gz)' + description: '(Optional) Absolute path to the backup directory (the backup files contained in the directory should match the the following naming convention: --database.sql.gz, --files.tar, --private-files.tar)' required: false type: string @@ -131,6 +131,7 @@ jobs: docker compose exec -T backend bash -c ' if [ -n \"${{ github.event.inputs.absolute_backup_dir_path }}\" ]; then + echo "Using absolute backup directory: ${{ github.event.inputs.absolute_backup_dir_path }}" BACKUP_DIR=\"${{ github.event.inputs.absolute_backup_dir_path }}\" else # Check both possible archived locations