Skip to content

Commit 6ca9b69

Browse files
committed
FIX
1 parent 9460a76 commit 6ca9b69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto-spotless-apply.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3636
if: steps.unzip-patch.outputs.exists == 'true'
3737
with:
38-
repository: "${{ github.event.workflow_run.head_repository }}"
38+
repository: "${{ github.event.workflow_run.head_repository.full_name }}"
3939
ref: "${{ github.event.workflow_run.head_branch }}"
4040
token: ${{ github.token }}
4141

0 commit comments

Comments
 (0)