From f26019f14c5f2e26e515d211968ee8f15442b0e4 Mon Sep 17 00:00:00 2001 From: asranja Date: Wed, 26 Feb 2020 14:07:36 +0530 Subject: [PATCH] Fix typo in action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 0d028dad6..d62a6d82c 100644 --- a/action.yml +++ b/action.yml @@ -1,6 +1,6 @@ # web app action name: 'Azure WebApp' -description: 'Deploy Web Apps/ Containertized Web Apps to Azure. github.com/Azure/Actions' +description: 'Deploy Web Apps/Containerized Web Apps to Azure. github.com/Azure/Actions' inputs: app-name: description: 'Name of the Azure Web App'