Skip to content

Commit

Permalink
update main
Browse files Browse the repository at this point in the history
  • Loading branch information
asielcabrera committed May 17, 2023
1 parent 09e3ef6 commit 2000d23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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"])

0 comments on commit 2000d23

Please sign in to comment.