Add README.md

Signed-off-by: divyansh42 <diagrawa@redhat.com>
This commit is contained in:
divyansh42 2021-04-01 14:08:52 +05:30
parent 005af2ac0e
commit 54f79a2a8b
3 changed files with 57 additions and 2 deletions

View file

@ -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);