Skip to content

Commit ef83c11

Browse files
Update addChild.yml
1 parent 91c8407 commit ef83c11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/addChild.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ jobs:
4646
run: |
4747
az containerapp up --name $SERVICE_NAME --image $IMAGE_BASE_NAME \
4848
--resource-group $RESOURCE_GROUP --environment $ENVIRONMENT_NAME \
49-
--env-vars SERVICEBUS_CONNECTION_STRING="${{secrets.SERVICE_BUS_CONNECTION_STRING}}" SERVICE_BUS_TOPIC_NAME=childrentopic
50-
SQL_CONNECTION_STRING="${{secrets.SQL_CONNECTION_STRING}}
49+
--env-vars SERVICEBUS_CONNECTION_STRING="${{secrets.SERVICE_BUS_CONNECTION_STRING}}" SERVICE_BUS_TOPIC_NAME="childrentopic"
50+
SQL_CONNECTION_STRING="${{secrets.SQL_CONNECTION_STRING}}"

0 commit comments

Comments
 (0)