typos
This commit is contained in:
@@ -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"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user