ci: use full_name instead

This commit is contained in:
Miodec 2025-03-17 14:10:42 +01:00
parent 44955bf750
commit a94a6db75a

View file

@ -20,7 +20,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
with:
repository: "${{ github.event.pull_request.user.login }}/${{ github.event.pull_request.head.repo.name}}"
repository: ${{ github.event.pull_request.head.repo.full_name}}
ref: ${{ github.event.pull_request.head.sha }}
- name: Set up Node.js