Skip to content

Commit a94a6db

Browse files
committed
ci: use full_name instead
1 parent 44955bf commit a94a6db

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.user.login }}/${{ github.event.pull_request.head.repo.name}}"
23+
repository: ${{ github.event.pull_request.head.repo.full_name}}
2424
ref: ${{ github.event.pull_request.head.sha }}
2525

2626
- name: Set up Node.js

0 commit comments

Comments
 (0)