Compare commits

...

1 Commits

Author SHA1 Message Date
Usha N
6347c11806 Update action.yml 2022-09-21 12:31:02 -05:00

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'