From a39c15e550133ace0238079ff460ffc8499c3732 Mon Sep 17 00:00:00 2001 From: michael vincerra <37549381+mvincerx@users.noreply.github.com> Date: Tue, 19 Nov 2019 21:00:25 -0800 Subject: [PATCH] Remove empty spaces and check syntax based on prev failures. (#930) * Remove empty spaces and check syntax based on prev failures. Signed-off-by: Michael Vincerra * Removes :thumbsup: to isolate problem. Signed-off-by: Michael Vincerra --- .github/workflows/greetings.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml index 4d3398c9..eec14f1e 100644 --- a/.github/workflows/greetings.yml +++ b/.github/workflows/greetings.yml @@ -9,5 +9,5 @@ jobs: - uses: actions/first-interaction@v1 with: repo-token: ${{ secrets.GITHUB_TOKEN }} - issue-message: 'Welcome to Clear Linux OS Docs. Thanks for submitting your first issue. :thumbsup:' - pr-message: 'Welcome to Clear Linux OS Docs. Thanks for submitting your first PR. :thumbsup:' + issue-message: 'Welcome to Clear Linux* OS Docs. Thanks for submitting your first issue.' + pr-message: 'Welcome to Clear Linux* OS Docs. Thanks for submitting your first PR.'