chore: Fix master merge to working branch on pre-commit autofixes (#286)

This commit is contained in:
Maksym Vlasov 2021-11-17 22:21:09 +02:00 committed by GitHub
commit 3b4be67fdb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,6 +25,7 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/setup-python@v2
with: