Update action.yml (#247)

This commit is contained in:
Usha N
2022-10-26 04:44:12 -05:00
committed by GitHub
parent 642a43caaa
commit cc70402281

View File

@@ -1,6 +1,6 @@
# Login to Azure subscription
name: 'Azure Login'
description: 'AuthenticatetoAzureandrunyourAzCLIorAzPowerShellbasedActionsorscripts.github.com/Azure/Actions'
description: 'AuthenticatetoAzure using OIDCandrunyourAzCLIorAzPowerShellbasedActionsorscripts.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'
main: 'lib/main.js'