mirror of
https://github.com/redhat-actions/podman-login.git
synced 2025-05-07 12:39:53 +02:00
Add README.md
Signed-off-by: divyansh42 <diagrawa@redhat.com>
This commit is contained in:
parent
005af2ac0e
commit
54f79a2a8b
3 changed files with 57 additions and 2 deletions
|
@ -27,7 +27,7 @@ async function run(): Promise<void> {
|
|||
}
|
||||
|
||||
const {
|
||||
registry, username, password, logout, // eslint-disable-line @typescript-eslint/no-shadow
|
||||
registry, username, password, logout,
|
||||
} = getInputs();
|
||||
|
||||
stateHelper.setRegistry(registry);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue