From 0454b27ed90e5478c2efc416cba291f48bfcc244 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Mar 2021 05:12:25 +0000 Subject: [PATCH] Bump azure/webapps-deploy from v2.1.5 to v2.1.6 Bumps [azure/webapps-deploy](https://github.com/azure/webapps-deploy) from v2.1.5 to v2.1.6. - [Release notes](https://github.com/azure/webapps-deploy/releases) - [Commits](https://github.com/azure/webapps-deploy/compare/v2.1.5...798e43877120eda6a2a690a4f212c545e586ae31) Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index bb323dd..e177f7a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,7 +21,7 @@ jobs: run: | dotnet publish -c Release -o dotnetcorewebapp - name: 'Run Azure webapp deploy action using publish profile credentials' - uses: azure/webapps-deploy@v2.1.5 + uses: azure/webapps-deploy@v2.1.6 with: app-name: syncdwh publish-profile: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE }}