podman-login/src/generated/inputs-outputs.ts

31 lines
711 B
TypeScript
Raw Normal View History

// 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
* Required: false
* Default: "false"
*/
LOGOUT = "logout",
/**
* Password to login against the container image registry
* Required: false
* Default: None.
*/
PASSWORD = "password",
/**
* Server URL of the container image registry
* Required: true
* Default: None.
*/
REGISTRY = "registry",
/**
* Username to login against the container image registry
* Required: false
* Default: None.
*/
USERNAME = "username",
}
export enum Outputs {
}