mirror of
https://github.com/docker/login-action.git
synced 2026-03-04 14:58:17 +00:00
switch to ESM and update config/test wiring
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import {expect, test} from 'vitest';
|
||||
|
||||
import {getInputs} from '../src/context';
|
||||
import {getInputs} from '../src/context.js';
|
||||
|
||||
test('with password and username getInputs does not throw error', async () => {
|
||||
process.env['INPUT_USERNAME'] = 'dbowie';
|
||||
|
||||
Reference in New Issue
Block a user