Skip to content

Commit

Permalink
try this
Browse files Browse the repository at this point in the history
  • Loading branch information
srosam committed Feb 3, 2023
1 parent c3e2ab3 commit fe144a6
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,14 @@ def main():

xx = ",".join(fs)
set_action_output("files", xx)
print(xx)
set_action_output("the_files", files)

x = []
x.append("a")
x.append("b")
x.append("c")
set_action_output("x", x)


except Exception as e:
log_message("ERROR=Error")
Expand Down

0 comments on commit fe144a6

Please sign in to comment.