Skip to content

Commit

Permalink
Try to checkout only ref
Browse files Browse the repository at this point in the history
  • Loading branch information
OptimumCode committed Aug 17, 2024
1 parent 8c8d959 commit 303e5f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-compliance-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: 'Checkout PR'
uses: actions/checkout@v4
with:
repository: ${{ github.event.pull_request.head.repo.full_name }}
# repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.event.pull_request.head.ref }}
- name: Run reviewdog
run: reviewdog -tee -reporter=github-pr-review -log-level=debug
Expand Down

0 comments on commit 303e5f0

Please sign in to comment.