From fe5cad863f0450399e206f7beff9e8acbaaae5fe Mon Sep 17 00:00:00 2001 From: Chris Pritchard Date: Sun, 30 Oct 2022 00:36:17 +0100 Subject: [PATCH] minor change to conditional --- .github/workflows/check-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-and-deploy.yml b/.github/workflows/check-and-deploy.yml index 4e18852..d58e940 100644 --- a/.github/workflows/check-and-deploy.yml +++ b/.github/workflows/check-and-deploy.yml @@ -64,7 +64,7 @@ jobs: get-pull-ref: runs-on: ubuntu-latest needs: check-pr-deploy - if: (github.event_name == 'issue_comment' && github.event.issue.pull_request == 'true') + if: (github.event_name == 'issue_comment' && github.event.issue.pull_request) outputs: repository: ${{ fromJson(steps.get-repo.outputs.data).head.repo.full_name }} ref: ${{ fromJson(steps.get-repo.outputs.data).head.ref }}