mirror of
https://github.com/docker/login-action.git
synced 2025-04-19 17:46:46 +00:00
Mostly tests and some small changes (#16)
* Create docker.test.ts * Add context tests * test main
This commit is contained in:
parent
34d5f75b0d
commit
4b15841c41
5 changed files with 148 additions and 8 deletions
|
@ -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'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue