We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9c29a5 commit 6e6c2eeCopy full SHA for 6e6c2ee
1 file changed
.github/workflows/pre-commit.yml
@@ -19,6 +19,7 @@ jobs:
19
steps:
20
- uses: actions/checkout@v4
21
with:
22
+ repository: ${{ github.event.pull_request.head.repo.full_name }}
23
ref: ${{ github.head_ref }}
24
25
- uses: actions/setup-python@v5
0 commit comments