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"])