Skip to content

Commit

Permalink
Update generate.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bossOfCode authored Aug 23, 2024
1 parent b6cde62 commit a066ac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def print_in_os(argument):

SAFE = uuid.SafeUUID

print_in_os(f"echo 'uuid={OUTPUT}' >> $GITHUB_OUTPUT")
print_in_os(f"echo 'uuid={str(OUTPUT)}' >> $GITHUB_OUTPUT")
print_in_os(f"echo 'safe={SAFE}' >> $GITHUB_OUTPUT")

if SAFE == "unsafe":
Expand Down

0 comments on commit a066ac3

Please sign in to comment.