From 64b6b74058127223a56c89ec56325b4f6c6f1ac1 Mon Sep 17 00:00:00 2001 From: Christine Wanjau <62501578+ChristineWanjau@users.noreply.github.com> Date: Mon, 9 Sep 2024 20:51:26 +0300 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index c235ac5..2552958 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,5 @@ name: 'Azure App Configuration Sync (Deprecated)' -description: 'DEPRECATED: Use Azure CLI for Azure App Configuration. Follow [these instructions](https://aka.ms/appconfig/githubactions) to set up.' +description: 'DEPRECATED: Use Azure CLI action instead. Follow [these instructions](https://aka.ms/appconfig/githubactions) to set up.' inputs: configurationFile: description: 'Path to the configuration file in the repo, relative to the repo root. Also supports glob patterns and multiple files'