mirror of
https://github.com/Cockatrice/Magic-Spoiler.git
synced 2026-08-22 09:25:48 -05:00
Update __main__.py
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user