From cc70402281abaf5082c6cf5f1559ba3c8b1feb67 Mon Sep 17 00:00:00 2001 From: Usha N Date: Wed, 26 Oct 2022 04:44:12 -0500 Subject: [PATCH] Update action.yml (#247) --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 636ccc27..c08d94d7 100644 --- a/action.yml +++ b/action.yml @@ -1,6 +1,6 @@ # Login to Azure subscription name: 'Azure Login' -description: 'Authenticate to Azure and run your Az CLI or Az PowerShell based Actions or scripts. github.com/Azure/Actions' +description: 'Authenticate to Azure using OIDC and run your Az CLI or Az PowerShell based Actions or scripts. github.com/Azure/Actions' inputs: creds: description: 'Paste output of `az ad sp create-for-rbac` as value of secret variable: AZURE_CREDENTIALS' @@ -35,4 +35,4 @@ branding: color: 'blue' runs: using: 'node16' - main: 'lib/main.js' \ No newline at end of file + main: 'lib/main.js'