This commit is contained in:
Jason Freeberg
2021-10-27 12:23:24 -07:00
parent e176cd52cd
commit e1ca1f58be
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -20,7 +20,7 @@
name: Build and deploy a container to an Azure Web App
env:
AZURE_WEBAPP_NAME: '' # set this to the name of your Azure Web App
AZURE_WEBAPP_NAME: your-app-name # set this to the name of your Azure Web App
on:
push:
@@ -3,5 +3,5 @@
"description": "Build a .NET Core project and deploy it to an Azure Web App.",
"creator": "Microsoft Azure",
"iconName": "azure",
"categories": ["Deployment", "C#", "dotNetCore"]
"categories": ["Deployment", "C#", "aspNetCore"]
}