From 5f001f71e0a3038a7568a746e0cefa1f0dfe6267 Mon Sep 17 00:00:00 2001 From: Mate Majoros Date: Fri, 9 Jan 2026 12:29:13 +0200 Subject: [PATCH] syntax fixed --- .github/workflows/remove-site.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/remove-site.yml b/.github/workflows/remove-site.yml index dae9cd2b..68b0d57c 100644 --- a/.github/workflows/remove-site.yml +++ b/.github/workflows/remove-site.yml @@ -155,7 +155,7 @@ jobs: # Drop the site (this will create backup files automatically) docker compose exec -T backend bench drop-site ${{ github.event.inputs.site_name }} --db-root-password \$MARIADB_ROOT_PASSWORD --force - + " - name: Verify site removal run: |