Skip to content

Commit a2acee2

Browse files
committed
FIX
1 parent 6ca9b69 commit a2acee2

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
@@ -68,7 +68,7 @@ jobs:
6868
}}
6969
GH_TOKEN: ${{ github.token }}
7070
run: |
71-
number=$(gh pr view --repo "${{ github.event.workflow_run.repository }}" "${PR_BRANCH}" --json number --jq .number)
71+
number=$(gh pr view --repo "${{ github.event.workflow_run.repository.full_name }}" "${PR_BRANCH}" --json number --jq .number)
7272
echo "number=$number" >> $GITHUB_OUTPUT
7373
7474
- if: steps.unzip-patch.outputs.exists == 'true' && success()

0 commit comments

Comments
 (0)