We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bef98b commit c3cbcedCopy full SHA for c3cbced
.github/workflows/azure-webapps-dotnet-core.yml
@@ -20,7 +20,7 @@
20
name: Build and deploy ASP.Net Core app to an Azure Web App
21
22
env:
23
- AZURE_WEBAPP_NAME: giIthub-actions-workflow # set this to the name of your Azure Web App
+ AZURE_WEBAPP_NAME: workhub # set this to the name of your Azure Web App
24
AZURE_WEBAPP_PACKAGE_PATH: '.' # set this to the path to your web app project, defaults to the repository root
25
DOTNET_VERSION: '6.0.x' # set this to the .NET Core version to use
26
0 commit comments