Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lapierrejl authored Jan 14, 2021
1 parent e96b330 commit 57c638f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions-test/src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@

now = int(time.time())
with open('README.md', 'w') as f:
f.write(f"# {now} {OUTPUTPATH}")
f.write(f"# {now} {OUTPUT_PATH}")

0 comments on commit 57c638f

Please sign in to comment.