Make WordPress Core

Changeset 60064


Ignore:
Timestamp:
03/21/2025 05:33:19 PM (4 months ago)
Author:
desrosj
Message:

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

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

See #62221.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/commit-built-file-changes.yml

    r60063 r60064  
    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'
Note: See TracChangeset for help on using the changeset viewer.