mirror of
https://github.com/docker/login-action.git
synced 2025-08-16 04:35:51 +08:00
Mostly tests and some small changes (#16)
* Create docker.test.ts * Add context tests * test main
This commit is contained in:
@@ -7,7 +7,7 @@ export interface Inputs {
|
||||
logout: string;
|
||||
}
|
||||
|
||||
export async function getInputs(): Promise<Inputs> {
|
||||
export function getInputs(): Inputs {
|
||||
return {
|
||||
registry: core.getInput('registry'),
|
||||
username: core.getInput('username'),
|
||||
|
Reference in New Issue
Block a user