Skip to content

Commit

Permalink
Update main.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
heblasco authored Jan 16, 2024
1 parent 5a08094 commit 628c12c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ jobs:
id: deploy-to-webapp
uses: azure/webapps-deploy@v2
with:
app-name: ${{ env.APPSERVICE_NAME }}
app-name: ${{ vars.APPSERVICE_NAME }}
slot-name: 'Production'
package: .

0 comments on commit 628c12c

Please sign in to comment.