Skip to content

Commit fc4b53b

Browse files
committed
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
1 parent d64ef19 commit fc4b53b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/commit-built-file-changes.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
8888
if: ${{ steps.artifact-check.outputs.exists == 'true' }}
8989
with:
90-
repository: ${{ github.event.workflow_run.repository.full_name }}
90+
repository: ${{ github.event.workflow_run.head_repository.full_name }}
9191
ref: ${{ github.event.workflow_run.head_branch }}
9292
path: 'pr-repo'
9393
show-progress: ${{ runner.debug == '1' && 'true' || 'false' }}

0 commit comments

Comments
 (0)