Skip to content

Commit 9d39467

Browse files
Merge pull request #6 from devwithkrishna/feature/modify-workflow-description
"Update description of 'app_registration_owners' input in Azure Creat…
2 parents e452b89 + 1b68d28 commit 9d39467

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/azure-create-app-registrations-using-terraform.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
app_registration_owners:
1414
type: string
1515
required: true
16-
description: 'Owners of Application registration. Seperate by comma if more than one owner'
16+
description: 'Owners of Application registration. Seperate by comma if more than one owner. Donot enclose in quotes'
1717

1818
run-name: Creating app registration ${{ inputs.app_registration_name }} in azure
1919
jobs:

0 commit comments

Comments
 (0)