From a1e2ac1893642c0ca5c79f6ac62fcb966a96cc89 Mon Sep 17 00:00:00 2001 From: ebbit1q Date: Tue, 1 Dec 2020 06:39:10 +0100 Subject: [PATCH] forgot double colons --- .ci/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/deploy.sh b/.ci/deploy.sh index 2e8bff78..58a7aaea 100755 --- a/.ci/deploy.sh +++ b/.ci/deploy.sh @@ -17,7 +17,7 @@ fi # Run our compile script and exit gracefully if there are no updates if ! doCompile; then - echo ":warning:No changes!" + echo "::warning::No changes!" exit 0 fi