We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff222e2 commit ea2588fCopy full SHA for ea2588f
1 file changed
.github/workflows/azure.yml
@@ -101,7 +101,7 @@ jobs:
101
# see https://github.com/Azure/functions-action/issues/216#issuecomment-2012210949
102
uses: azure/webapps-deploy@v2
103
with:
104
- app-name: ${{ env.WEBAPP_NAME }}
+ # app-name: ${{ env.WEBAPP_NAME }}
105
# see https://stackoverflow.com/questions/50147803/getting-the-azure-app-service-slot-name-on-startup
106
# see https://github.com/Azure/webapps-deploy/issues/25
107
slot-name: "production"
0 commit comments