Update __main__.py

This commit is contained in:
tooomm
2022-01-24 15:43:55 +01:00
committed by GitHub
parent d54f412793
commit 8afb4cee34

View File

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