mirror of
git://develop.git.wordpress.org/
synced 2025-04-04 12:12:41 +02:00
Build/Test Tools: Use correct context value for forks.
Follow up to [59983], [60052], [60059], [60063]. See #62221. git-svn-id: https://develop.svn.wordpress.org/trunk@60064 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
d64ef195ed
commit
fc4b53bd63
@ -87,7 +87,7 @@ jobs:
|
||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
||||
if: ${{ steps.artifact-check.outputs.exists == 'true' }}
|
||||
with:
|
||||
repository: ${{ github.event.workflow_run.repository.full_name }}
|
||||
repository: ${{ github.event.workflow_run.head_repository.full_name }}
|
||||
ref: ${{ github.event.workflow_run.head_branch }}
|
||||
path: 'pr-repo'
|
||||
show-progress: ${{ runner.debug == '1' && 'true' || 'false' }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user