From 5bf7c8f1954b37dbab7b841722b12b706b32a692 Mon Sep 17 00:00:00 2001 From: katerynaZh Date: Fri, 27 Jun 2025 11:37:31 +0200 Subject: [PATCH] minor fix --- .github/workflows/pgdb-create.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pgdb-create.yaml b/.github/workflows/pgdb-create.yaml index c370041..c2c53a5 100644 --- a/.github/workflows/pgdb-create.yaml +++ b/.github/workflows/pgdb-create.yaml @@ -44,7 +44,7 @@ jobs: --tier Burstable \ --sku-name Standard_B1ms \ --storage-size 32 \ - --version 16 + --version 16 \ --yes echo "Add Firewall Rule" @@ -53,7 +53,7 @@ jobs: --name $PGDB_NAME \ --rule-name github-temp \ --start-ip-address $IP \ - --end-ip-address $IP + --end-ip-address $IP \ --yes echo "Check PostgreSQL server status"