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 7254900 commit 6b016a1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ def print_in_os(argument):
print_in_os(f"echo 'uuid={FINAL}' >> $GITHUB_OUTPUT")
print_in_os(f"echo 'safe={SAFE}' >> $GITHUB_OUTPUT")

if SAFE != "safe":
if SAFE == "unsafe":
print_in_os("::warning title=UNSAFE::Your UUID may be unsafe for public use because" +
" it may contain some of your device's personal info.")

print_in_os(f"Generated UUID {FINAL}")

0 comments on commit 6b016a1

Please sign in to comment.