ci: pretty fix fix attempt

This commit is contained in:
Miodec 2025-03-17 14:07:40 +01:00
parent b7c4166ab6
commit 44955bf750

View file

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