Skip to content

Commit 7a3e7bf

Browse files
committed
fix: name for web app
1 parent f3fb462 commit 7a3e7bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,5 +88,5 @@ jobs:
8888
- name: Deploy to Azure Web App
8989
uses: azure/webapps-deploy@v2
9090
with:
91-
app-name: env.WEB_APP
91+
app-name: "{{ env.WEB_APP }}"
9292
images: "${{ env.CONTAINER_REGISTRY_SERVER_URL_DEV }}/${{ env.IMAGE_NAME_DEV }}:latest"

0 commit comments

Comments
 (0)