From 63c3dc8733f858f709f0819afc7ec98dc9579e3d Mon Sep 17 00:00:00 2001 From: Aniruddh Kuthiala Date: Fri, 8 Aug 2025 16:28:55 -0600 Subject: [PATCH] fix description to be compatible with marketplace --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 1f4e4d1..a43d8a1 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,5 @@ name: "NGINXaaS for Azure Deployment Sync" -description: "The action synchronizes NGINX configuration from a Git repository and/or certificates already on Azure keyvault to an NGINXaaS for Azure deployment" +description: "Sync NGINX configuration from a git repo and/or certificates from an Azure Key Vault to an NGINXaaS for Azure deployment" inputs: subscription-id: description: "The Azure subscription ID of the NGINXaaS for Azure deployment."