Update __main__.py

This commit is contained in:
tooomm 2022-01-24 15:14:30 +01:00 committed by GitHub
parent 8bceceae6e
commit 929a04c915
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -644,7 +644,7 @@ def main() -> None:
changed |= delete_old_files()
# Set output to deploy
if CI == true:
if os.getenv('CI'):
if changed:
print("::set-output name=deploy::true")
print("::notice title=Updates available::New spoiler files will be uploaded")