mirror of
https://github.com/docker/login-action.git
synced 2025-04-19 01:26:45 +00:00
update generated content
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
parent
713d7298f6
commit
dcd1f1fe0a
5 changed files with 7 additions and 8 deletions
|
@ -7,5 +7,5 @@ test('with password and username getInputs does not throw error', async () => {
|
|||
process.env['INPUT_LOGOUT'] = 'true';
|
||||
expect(() => {
|
||||
getInputs();
|
||||
}).not.toThrowError();
|
||||
}).not.toThrow();
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue