We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0462755 commit 8274c0fCopy full SHA for 8274c0f
1 file changed
.github/workflows/commit-built-file-changes.yml
@@ -88,7 +88,7 @@ jobs:
88
- name: Checkout repository
89
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
90
with:
91
- repository: ${{ github.event.workflow_run.head_repository.name }}
+ repository: ${{ github.event.workflow_run.repository.full_name }}
92
ref: ${{ github.event.workflow_run.head_branch }}
93
show-progress: ${{ runner.debug == '1' && 'true' || 'false' }}
94
token: ${{ env.ACCESS_TOKEN }}
0 commit comments