Skip to content

Commit 4e325f6

Browse files
committed
Restore repository checkout
1 parent 303e5f0 commit 4e325f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-compliance-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- name: 'Checkout PR'
5858
uses: actions/checkout@v4
5959
with:
60-
# repository: ${{ github.event.pull_request.head.repo.full_name }}
60+
repository: ${{ github.event.pull_request.head.repo.full_name }}
6161
ref: ${{ github.event.pull_request.head.ref }}
6262
- name: Run reviewdog
6363
run: reviewdog -tee -reporter=github-pr-review -log-level=debug

0 commit comments

Comments
 (0)