From 0eee1b9dcb34017f3b0f99b617605a2bb1e55cbe Mon Sep 17 00:00:00 2001 From: felipesaezreyes <86971685+felipesaezreyes@users.noreply.github.com> Date: Mon, 26 Aug 2024 12:00:57 -0300 Subject: [PATCH] json --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7d0a458..9331a17 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,7 +8,7 @@ on: jobs: test_workflow: if: | - contains('["OWNER", "COLLABORATOR", "MEMBER"]', github.event.issue.author_association) && + contains(fromJSON('["OWNER", "COLLABORATOR", "MEMBER"]'), github.event.issue.author_association) && github.event.issue.pull_request && github.event.comment.body == '/testin' runs-on: ubuntu-latest