mirror of
https://github.com/Cockatrice/Magic-Spoiler.git
synced 2026-03-21 17:54:59 -05:00
wording
This commit is contained in:
parent
433f469140
commit
13023af780
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user