From 2000d235d82d99f702234d4848f391e6e36d256f Mon Sep 17 00:00:00 2001 From: Asiel Cabrera Date: Tue, 16 May 2023 23:47:16 -0400 Subject: [PATCH] update main --- Sources/main.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Sources/main.swift b/Sources/main.swift index dd97604..db1cad8 100644 --- a/Sources/main.swift +++ b/Sources/main.swift @@ -57,5 +57,5 @@ public struct Core { // Agrega aquí otras funcionalidades según sea necesario } -var input = Core.getInput(name: "TEST") -print(input ?? "test fallado") +var input = Core.getInput(name: "myInput") +print(input ?? "test fallado"])