From da1632e913226ad432c248965f28b291c32ef3bd Mon Sep 17 00:00:00 2001 From: shpraka <46188819+shpraka@users.noreply.github.com> Date: Fri, 2 Sep 2022 18:21:05 +0530 Subject: [PATCH] Update pr_check_windows_container_pubprofile.yml --- .github/workflows/pr_check_windows_container_pubprofile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr_check_windows_container_pubprofile.yml b/.github/workflows/pr_check_windows_container_pubprofile.yml index e2cf91043..a8078853d 100644 --- a/.github/workflows/pr_check_windows_container_pubprofile.yml +++ b/.github/workflows/pr_check_windows_container_pubprofile.yml @@ -13,7 +13,7 @@ on: - 'releases/*' env: - AZURE_WEBAPP_NAME: wincontainerwebapp # set this to your application's name + AZURE_WEBAPP_NAME: wincontainerswebapp # set this to your application's name CONTAINER_REGISTRY: webdeploytestscontainerregistry.azurecr.io # set secret with Container Registry URL, example : xyz.azurecr.io jobs: