Skip to content

Commit ea2588f

Browse files
committed
disable app name
1 parent ff222e2 commit ea2588f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/azure.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
# see https://github.com/Azure/functions-action/issues/216#issuecomment-2012210949
102102
uses: azure/webapps-deploy@v2
103103
with:
104-
app-name: ${{ env.WEBAPP_NAME }}
104+
# app-name: ${{ env.WEBAPP_NAME }}
105105
# see https://stackoverflow.com/questions/50147803/getting-the-azure-app-service-slot-name-on-startup
106106
# see https://github.com/Azure/webapps-deploy/issues/25
107107
slot-name: "production"

0 commit comments

Comments
 (0)