From 8b52bc2920fb752ecfaaed226d17e9716c81782a Mon Sep 17 00:00:00 2001 From: katerynaZh Date: Fri, 27 Jun 2025 11:32:43 +0200 Subject: [PATCH] add missing yes param to create pg command --- .github/workflows/pgdb-create.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pgdb-create.yaml b/.github/workflows/pgdb-create.yaml index 3753a60..c370041 100644 --- a/.github/workflows/pgdb-create.yaml +++ b/.github/workflows/pgdb-create.yaml @@ -45,6 +45,7 @@ jobs: --sku-name Standard_B1ms \ --storage-size 32 \ --version 16 + --yes echo "Add Firewall Rule" az postgres flexible-server firewall-rule create \ @@ -54,7 +55,7 @@ jobs: --start-ip-address $IP \ --end-ip-address $IP --yes - + echo "Check PostgreSQL server status" az postgres flexible-server show \ --name $PGDB_NAME \