Skip to content

Commit

Permalink
Merge pull request #142 from githubabcs/dependabot/github_actions/azu…
Browse files Browse the repository at this point in the history
…re/webapps-deploy-3

Bump azure/webapps-deploy from 2 to 3
  • Loading branch information
CalinL committed Feb 8, 2024
2 parents c087e64 + 3362382 commit 9d7a60e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:

- name: 'Deploy to Azure WebApp'
id: deploy-to-webapp
uses: azure/webapps-deploy@v2
uses: azure/webapps-deploy@v3
continue-on-error: true
with:
app-name: ${{ env.AZURE_WEBAPP_NAME }}
Expand Down

0 comments on commit 9d7a60e

Please sign in to comment.