Update __main__.py

This commit is contained in:
tooomm
2022-01-24 15:27:22 +01:00
committed by GitHub
parent 929a04c915
commit ef0ced8d69

View File

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