Skip to content

Commit

Permalink
GH-21: Workflow experimets
Browse files Browse the repository at this point in the history
  • Loading branch information
negrutiu committed Jun 8, 2024
1 parent 566d42c commit 62ae612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/experiments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
shell: python
run: |
import os
with open('versions.json", 'w') as fout:
with open('versions.json', 'w') as fout:
fout.write('{"value1":1, "value2":"2"}')
with open('versions.json') as fin:
with open(os.getenv('GITHUB_OUTPUT'), "a") as fout:
Expand Down

0 comments on commit 62ae612

Please sign in to comment.