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"