From 579411ab66845cefced3e1a0da1015d4c644013e Mon Sep 17 00:00:00 2001 From: Atharva Mulmuley Date: Wed, 28 Apr 2021 16:41:32 +0530 Subject: [PATCH] removed unneeded comments --- action.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/action.yml b/action.yml index 6b61d320..30017539 100644 --- a/action.yml +++ b/action.yml @@ -44,20 +44,11 @@ inputs: description: 'Azure connected cluster name' required: false default: '' - - # inputs for az login - # enable-AzPSSession: - # description: 'Set this value to true to enable Azure PowerShell Login in addition to Az CLI login' - # required: false - # default: false environment: description: 'Name of the environment. Supported values are azurecloud, azurestack, azureusgovernment, azurechinacloud, azuregermancloud. Default being azurecloud' required: false default: AzureCloud - # allow-no-subscriptions: - # description: 'Set this value to true to enable support for accessing tenants without subscriptions' - # required: false - # default: false + branding: color: 'green' # optional, decorates the entry in the GitHub Marketplace runs: