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 }}