summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJonathan Desrosiers <desrosj@git.wordpress.org>2025-03-21 17:33:19 +0000
committerJonathan Desrosiers <desrosj@git.wordpress.org>2025-03-21 17:33:19 +0000
commitfc4b53bd63b04771084e78b78d5919333a0b8320 (patch)
tree73d61f4afc089c6231f908afe6ead682e4644339
parentd64ef195ed95499c085bc62f2b2f5bafb172feb4 (diff)
downloadwordpress-fc4b53bd63b04771084e78b78d5919333a0b8320.tar.gz
wordpress-fc4b53bd63b04771084e78b78d5919333a0b8320.zip
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
-rw-r--r--.github/workflows/commit-built-file-changes.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/commit-built-file-changes.yml b/.github/workflows/commit-built-file-changes.yml
index bbe4b62d4f..426dd31f08 100644
--- a/.github/workflows/commit-built-file-changes.yml
+++ b/.github/workflows/commit-built-file-changes.yml
@@ -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' }}