From dcdcca3ae78704a684e15371454651928f4289a0 Mon Sep 17 00:00:00 2001 From: Erik Osterman Date: Sun, 7 Jun 2020 15:54:23 -0700 Subject: [PATCH] use valid reaction type (#35) * run terratest only when secrets exist * remove conditional --- .github/workflows/chatops.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/chatops.yml b/.github/workflows/chatops.yml index 74efecf9..83b54f62 100644 --- a/.github/workflows/chatops.yml +++ b/.github/workflows/chatops.yml @@ -38,4 +38,4 @@ jobs: with: comment-id: ${{ github.event.comment.id }} token: ${{ secrets.GITHUB_TOKEN }} - reaction-type: thumbsup + reaction-type: "+1"