Build/Test Tools: Use correct context value for forks.

Follow up to [59983], [60052], [60059], [60063].

See .

git-svn-id: https://develop.svn.wordpress.org/trunk@60064 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jonathan Desrosiers 2025-03-21 17:33:19 +00:00
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' }}