mirror of
https://github.com/redhat-actions/podman-login.git
synced 2025-06-08 02:29:03 +00:00
Modify action.yml
Signed-off-by: divyansh42 <diagrawa@redhat.com>
This commit is contained in:
parent
6c4ab503eb
commit
005af2ac0e
8 changed files with 23 additions and 27 deletions
|
@ -13,6 +13,6 @@ export function getInputs(): ActionInputs {
|
|||
registry: core.getInput(Inputs.REGISTRY),
|
||||
username: core.getInput(Inputs.USERNAME),
|
||||
password: core.getInput(Inputs.PASSWORD),
|
||||
logout: core.getInput(Inputs.LOGOUT),
|
||||
logout: core.getInput(Inputs.LOGOUT) || "true",
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue