Skip to content

Commit

Permalink
Update generate-matrix.py
Browse files Browse the repository at this point in the history
  • Loading branch information
james-garriss authored Feb 6, 2024
1 parent db08a10 commit f481ca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generate-matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ def get_random_int(lowest=0, highest=20):
# Write to GITHUB_OUTPUT
with open(os.environ["GITHUB_OUTPUT"], "a") as fh:
print(f"dynamic_list={str(output_list)}", file=fh)
with open('/path/to/my/file.txt', 'r') as f:
with open(os.environ["GITHUB_OUTPUT"], 'r') as f:
print(f.read())

0 comments on commit f481ca0

Please sign in to comment.