Skip to content

Commit

Permalink
minor change to conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
chriscpritchard committed Oct 29, 2022
1 parent 7996a78 commit fe5cad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit fe5cad8

Please sign in to comment.