This commit is contained in:
tooomm 2022-02-04 15:17:32 +01:00 committed by GitHub
parent 433f469140
commit 13023af780
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -648,10 +648,9 @@ def main() -> None:
if os.environ['CI']:
if changed:
print("::set-output name=deploy::true")
print("::notice title=Updates available::New spoiler files will be uploaded")
else:
print("::set-output name=deploy::false")
print("::notice title=No updates available::There are no new spoiler cards")
print("::notice title=No updates available::No new spoiler cards found for deployment")
if __name__ == "__main__":
main()