Skip to content

Commit 44955bf

Browse files
committed
ci: pretty fix fix attempt
1 parent b7c4166 commit 44955bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pretty-fix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Checkout code
2121
uses: actions/checkout@v4
2222
with:
23-
repository: ${{ github.event.pull_request.head.repo.name}}
23+
repository: "${{ github.event.pull_request.user.login }}/${{ github.event.pull_request.head.repo.name}}"
2424
ref: ${{ github.event.pull_request.head.sha }}
2525

2626
- name: Set up Node.js

0 commit comments

Comments
 (0)