1
Fork 0
mirror of https://github.com/xivdev/EXDSchema.git synced 2025-06-06 16:17:46 +00:00

Fix PR dispatch

This commit is contained in:
Asriel Camora 2025-03-11 13:41:24 -07:00
parent eaf863d4c1
commit 2b9e442223

View file

@ -20,6 +20,6 @@ jobs:
"actor": "${{ github.event.pull_request.user.login || github.actor }}",
"pr_number": "${{ github.event.number }}",
"head_ref": "${{ github.head_ref || github.ref }}",
"head_sha": "${{ github.sha }}",
"base_ref": "${{ github.base_ref || github.ref_name }}"
"head_sha": "${{ github.event.pull_request.head.sha || github.sha }}",
"base_ref": "${{ github.ref_name }}"
}