forgot double colons

This commit is contained in:
ebbit1q
2020-12-01 06:39:10 +01:00
parent eeb03ff0cd
commit a1e2ac1893

View File

@@ -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