Merge pull request #259 from ebbit1q/github_actions

forgot double colons
This commit is contained in:
Zach H 2020-12-01 00:41:59 -05:00 committed by GitHub
commit e49f6a46cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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