From 8720af6fe9fbf8e098fcc127b990060ba828ed32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 05:02:57 +0000 Subject: [PATCH] Bump azure/webapps-deploy from 2.1.5 to 2.1.6 Bumps [azure/webapps-deploy](https://github.com/azure/webapps-deploy) from 2.1.5 to 2.1.6. - [Release notes](https://github.com/azure/webapps-deploy/releases) - [Commits](https://github.com/azure/webapps-deploy/compare/v2.1.5...v2.1.6) 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 }}