Update __main__.py

This commit is contained in:
tooomm
2022-01-24 15:35:56 +01:00
committed by GitHub
parent ef0ced8d69
commit 1adfed5fc6

View File

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