We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9460a76 commit 6ca9b69Copy full SHA for 6ca9b69
.github/workflows/auto-spotless-apply.yml
@@ -35,7 +35,7 @@ jobs:
35
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
36
if: steps.unzip-patch.outputs.exists == 'true'
37
with:
38
- repository: "${{ github.event.workflow_run.head_repository }}"
+ repository: "${{ github.event.workflow_run.head_repository.full_name }}"
39
ref: "${{ github.event.workflow_run.head_branch }}"
40
token: ${{ github.token }}
41
0 commit comments