mirror of
https://github.com/xivdev/EXDSchema.git
synced 2025-06-07 16:47:45 +00:00
Fix PR dispatch
This commit is contained in:
parent
80a0bec348
commit
d32fabe3e1
1 changed files with 2 additions and 2 deletions
4
.github/workflows/dispatch.yml
vendored
4
.github/workflows/dispatch.yml
vendored
|
@ -20,6 +20,6 @@ jobs:
|
||||||
"actor": "${{ github.event.pull_request.user.login || github.actor }}",
|
"actor": "${{ github.event.pull_request.user.login || github.actor }}",
|
||||||
"pr_number": "${{ github.event.number }}",
|
"pr_number": "${{ github.event.number }}",
|
||||||
"head_ref": "${{ github.head_ref || github.ref }}",
|
"head_ref": "${{ github.head_ref || github.ref }}",
|
||||||
"head_sha": "${{ github.sha }}",
|
"head_sha": "${{ github.event.pull_request.head.sha || github.sha }}",
|
||||||
"base_ref": "${{ github.base_ref || github.ref_name }}"
|
"base_ref": "${{ github.ref_name }}"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue