mirror of
https://github.com/docker/login-action.git
synced 2026-02-18 02:14:45 +08:00
test
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
@@ -28,7 +28,6 @@ export async function main(): Promise<void> {
|
||||
}
|
||||
|
||||
const add = yaml.load(inputs.add) as Auth[];
|
||||
core.info(`add: ${JSON.stringify(add, null, 2)}`);
|
||||
if (Array.isArray(add)) {
|
||||
auths.push(...add);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user