From 764ff7203c4f12e6c0a3fd811a41f56c15cd1a6d Mon Sep 17 00:00:00 2001 From: tooomm Date: Mon, 24 Jan 2022 14:44:42 +0100 Subject: [PATCH] Update __main__.py --- magic_spoiler/__main__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/magic_spoiler/__main__.py b/magic_spoiler/__main__.py index 9c2474a3..b8ed8c19 100644 --- a/magic_spoiler/__main__.py +++ b/magic_spoiler/__main__.py @@ -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__":