Skip to content

Commit e6b3874

Browse files
authored
CI: Fix git repo ref in format-check workflow (#37563)
1 parent 5a56400 commit e6b3874

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/format_check.yml

+1
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ jobs:
104104
uses: actions/checkout@v4
105105
with:
106106
ref: ${{ github.event.pull_request.head.ref }}
107+
repository: ${{ github.event.pull_request.head.repo.full_name }}
107108
fetch-depth: 1
108109
- name: Set up Python
109110
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)