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 bfd8c91 commit 2df2bdaCopy full SHA for 2df2bda
.github/workflows/lint.yml
@@ -39,6 +39,9 @@ jobs:
39
steps:
40
- name: Checkout code
41
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
42
+ with:
43
+ repository: ${{ github.event.pull_request.head.repo.full_name }}
44
+ ref: ${{ github.event.pull_request.head.ref }}
45
46
- name: Setup Node
47
uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4
0 commit comments