mirror of
https://github.com/Cockatrice/Magic-Spoiler.git
synced 2026-03-21 17:54:59 -05:00
Update __main__.py
This commit is contained in:
parent
8bceceae6e
commit
929a04c915
|
|
@ -644,7 +644,7 @@ def main() -> None:
|
|||
changed |= delete_old_files()
|
||||
|
||||
# Set output to deploy
|
||||
if CI == true:
|
||||
if os.getenv('CI'):
|
||||
if changed:
|
||||
print("::set-output name=deploy::true")
|
||||
print("::notice title=Updates available::New spoiler files will be uploaded")
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user