Skip to content

Commit

Permalink
testing out merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremiah LaPierre committed Jan 12, 2021
1 parent f835586 commit d2c69fa
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 @@ -4,5 +4,5 @@

seed(1)
value = randint(0, 100)
with open('/github/workspace/README.md', 'w') as f:
with open('README.md', 'w') as f:
f.write(f"# {value}")

0 comments on commit d2c69fa

Please sign in to comment.