typos
This commit is contained in:
@@ -20,7 +20,7 @@
|
|||||||
name: Build and deploy a container to an Azure Web App
|
name: Build and deploy a container to an Azure Web App
|
||||||
|
|
||||||
env:
|
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:
|
on:
|
||||||
push:
|
push:
|
||||||
|
|||||||
@@ -3,5 +3,5 @@
|
|||||||
"description": "Build a .NET Core project and deploy it to an Azure Web App.",
|
"description": "Build a .NET Core project and deploy it to an Azure Web App.",
|
||||||
"creator": "Microsoft Azure",
|
"creator": "Microsoft Azure",
|
||||||
"iconName": "azure",
|
"iconName": "azure",
|
||||||
"categories": ["Deployment", "C#", "dotNetCore"]
|
"categories": ["Deployment", "C#", "aspNetCore"]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user