From e84b88d007ae2a6331efd6b0dbfea494fbcb0f14 Mon Sep 17 00:00:00 2001 From: katerynaZh Date: Fri, 27 Jun 2025 11:30:13 +0200 Subject: [PATCH] add missing yes param --- .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 55983f9..3753a60 100644 --- a/.github/workflows/pgdb-create.yaml +++ b/.github/workflows/pgdb-create.yaml @@ -53,7 +53,8 @@ jobs: --rule-name github-temp \ --start-ip-address $IP \ --end-ip-address $IP - + --yes + echo "Check PostgreSQL server status" az postgres flexible-server show \ --name $PGDB_NAME \