Skip to content

Commit

Permalink
Use version for action azure/webapps-deploy instead of hash
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel-coderhead authored Jun 1, 2023
1 parent b38ce9d commit b94d382
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
- name: Deploy to Azure Web App
id: deploy-to-webapp
uses: azure/webapps-deploy@05ac4e98bfa0f856e6669624239291c73ca27698
uses: azure/webapps-deploy@v2
with:
app-name: {% raw %}${{ env.AZURE_WEBAPP_NAME }}{% endraw %}
publish-profile: {% raw %}${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE }}{% endraw %}
Expand Down

0 comments on commit b94d382

Please sign in to comment.