Skip to content

Commit

Permalink
Use double quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
SlightlyCircuitous authored Mar 10, 2024
1 parent ecb3b5f commit 3b135c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/updateversion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
else:
charlist.append("a")
version += "".join(reversed(charlist))
with open(os.environ['GITHUB_OUTPUT'], 'a') as envFile:
with open(os.environ["GITHUB_OUTPUT"], "a") as envFile:
print(f"version={version}", file=envFile)
- name: Update date in files
Expand Down

0 comments on commit 3b135c4

Please sign in to comment.