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