We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 303e5f0 commit 4e325f6Copy full SHA for 4e325f6
.github/workflows/pr-compliance-check.yml
@@ -57,7 +57,7 @@ jobs:
57
- name: 'Checkout PR'
58
uses: actions/checkout@v4
59
with:
60
- # repository: ${{ github.event.pull_request.head.repo.full_name }}
+ repository: ${{ github.event.pull_request.head.repo.full_name }}
61
ref: ${{ github.event.pull_request.head.ref }}
62
- name: Run reviewdog
63
run: reviewdog -tee -reporter=github-pr-review -log-level=debug
0 commit comments