Skip to content

Commit 3b4be67

Browse files
authored
chore: Fix master merge to working branch on pre-commit autofixes (#286)
1 parent c5bcad4 commit 3b4be67

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pre-commit.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
- uses: actions/checkout@v2
2626
with:
2727
fetch-depth: 0
28+
ref: ${{ github.event.pull_request.head.sha }}
2829

2930
- uses: actions/setup-python@v2
3031
with:

0 commit comments

Comments
 (0)