Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
benstear authored Feb 20, 2020
1 parent fccae3b commit 93fa00e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ def main():

my_output = str(my_input)

print(f"::set-output name=myOUTPUTt::{my_output}")


#print(f"::set-output name=myOUTPUT::{my_output}")
print(f"www.github.com/{my_input}")
if __name__ == "__main__":
main()

0 comments on commit 93fa00e

Please sign in to comment.