Update __main__.py

This commit is contained in:
tooomm 2022-01-24 14:44:42 +01:00 committed by GitHub
parent 6fd325b176
commit 764ff7203c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -648,6 +648,7 @@ def main() -> None:
print("::set-output name=deploy::true")
else:
print("::set-output name=deploy::false")
print("::notice:: No new spoilers found")
if __name__ == "__main__":