Modify action.yml

Signed-off-by: divyansh42 <diagrawa@redhat.com>
This commit is contained in:
divyansh42 2021-03-31 23:54:57 +05:30
parent 6c4ab503eb
commit 005af2ac0e
8 changed files with 23 additions and 27 deletions

View file

@ -1,14 +1,14 @@
// This file was auto-generated by action-io-generator. Do not edit by hand!
export enum Inputs {
/**
* Set to true if you want to logout at the end of the job
* Set to false if you do not want to logout at the end of the job
* Required: false
* Default: "false"
* Default: "true"
*/
LOGOUT = "logout",
/**
* Password to login against the container image registry
* Required: false
* Password or token to login against the container image registry
* Required: true
* Default: None.
*/
PASSWORD = "password",
@ -20,7 +20,7 @@ export enum Inputs {
REGISTRY = "registry",
/**
* Username to login against the container image registry
* Required: false
* Required: true
* Default: None.
*/
USERNAME = "username",