Skip to content

Commit 3ee6ed1

Browse files
Minor changes to inputs' descriptions (SOFTWARE-4832)
Co-authored-by: Brian Lin <[email protected]>
1 parent 50a56ad commit 3ee6ed1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ inputs:
1111
required: true
1212
default: '' # set to an empty string
1313
registry_url:
14-
description: 'Url of the registry action is loging in to'
14+
description: 'URL of the registry'
1515
required: true
1616
registry_user:
17-
description: 'Username of the registry obtained from secrets'
17+
description: 'Username of the registry'
1818
required: true
1919
registry_pass:
20-
description: 'Password of the registry obtained from secrets'
20+
description: 'Password of the registry'
2121
required: true
2222

2323
runs:

0 commit comments

Comments
 (0)