We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50a56ad commit 3ee6ed1Copy full SHA for 3ee6ed1
action.yml
@@ -11,13 +11,13 @@ inputs:
11
required: true
12
default: '' # set to an empty string
13
registry_url:
14
- description: 'Url of the registry action is loging in to'
+ description: 'URL of the registry'
15
16
registry_user:
17
- description: 'Username of the registry obtained from secrets'
+ description: 'Username of the registry'
18
19
registry_pass:
20
- description: 'Password of the registry obtained from secrets'
+ description: 'Password of the registry'
21
22
23
runs:
0 commit comments