From a29712e5e94d617a04e7988d52dcbae13e41a0e4 Mon Sep 17 00:00:00 2001 From: katerynaZh Date: Mon, 30 Jun 2025 21:15:57 +0200 Subject: [PATCH] fix --- .github/workflows/pgdb-create.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/pgdb-create.yaml b/.github/workflows/pgdb-create.yaml index c1eef87..83f1b71 100644 --- a/.github/workflows/pgdb-create.yaml +++ b/.github/workflows/pgdb-create.yaml @@ -53,8 +53,7 @@ jobs: --name $PGDB_NAME \ --rule-name github-temp \ --start-ip-address $IP \ - --end-ip-address $IP \ - --yes + --end-ip-address $IP echo "Check PostgreSQL server status" az postgres flexible-server show \