From c6141a893d5012846ae7e124a3dd7a131b49d3e2 Mon Sep 17 00:00:00 2001 From: fal7w <147312030+fal7w@users.noreply.github.com> Date: Mon, 11 Dec 2023 17:38:26 +0300 Subject: [PATCH] Update down_site.yml --- .github/workflows/down_site.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/down_site.yml b/.github/workflows/down_site.yml index 2fddf7c6..d01880c3 100644 --- a/.github/workflows/down_site.yml +++ b/.github/workflows/down_site.yml @@ -19,7 +19,7 @@ jobs: steps: - name: drop site commond run: | - docker-compose --project-name ${{ github.event.pull_request.head.ref }} exec -T backend \ + docker-compose --project-name ${{ github.event.pull_request.head.ref }} exec backend \ bench drop-site --mariadb-root-password ${{ vars.MARIADB_PASSWORD }} ${{ github.event.pull_request.head.ref }}