Skip to content

Commit 2df2bda

Browse files
committed
Add with to Prettier actions/checkout
1 parent bfd8c91 commit 2df2bda

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/lint.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ jobs:
3939
steps:
4040
- name: Checkout code
4141
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 }}
4245

4346
- name: Setup Node
4447
uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4

0 commit comments

Comments
 (0)