Skip to content

Commit

Permalink
testing output
Browse files Browse the repository at this point in the history
  • Loading branch information
asielcabrera committed Sep 9, 2023
1 parent c6059e1 commit 41795ed
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Sources/Action.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// Action.swift
//
//
//
// Created by Asiel Cabrera Gonzalez on 5/18/23.
//
Expand All @@ -13,6 +13,8 @@ struct Action {
static func main() async {
let myInput = try! Core.getInput("myinput")
print(myInput)

Core.setOutput(name: "myOutput", value: "testing frase from output")
}
}

Expand Down

0 comments on commit 41795ed

Please sign in to comment.