You've already forked login-action
mirror of
https://github.com/docker/login-action.git
synced 2026-06-13 03:17:16 +00:00
Mostly tests and some small changes (#16)
* Create docker.test.ts * Add context tests * test main
This commit is contained in:
committed by
GitHub
Unverified
parent
34d5f75b0d
commit
4b15841c41
+1
-1
@@ -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