Skip to content

Commit 8274c0f

Browse files
committed
Use correct repository name.
1 parent 0462755 commit 8274c0f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
- name: Checkout repository
8989
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
9090
with:
91-
repository: ${{ github.event.workflow_run.head_repository.name }}
91+
repository: ${{ github.event.workflow_run.repository.full_name }}
9292
ref: ${{ github.event.workflow_run.head_branch }}
9393
show-progress: ${{ runner.debug == '1' && 'true' || 'false' }}
9494
token: ${{ env.ACCESS_TOKEN }}

0 commit comments

Comments
 (0)