From 3b4be67fdb4476f7abd36feeba074ab67dc1cad5 Mon Sep 17 00:00:00 2001 From: Maksym Vlasov Date: Wed, 17 Nov 2021 22:21:09 +0200 Subject: [PATCH] chore: Fix master merge to working branch on pre-commit autofixes (#286) --- .github/workflows/pre-commit.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pre-commit.yaml b/.github/workflows/pre-commit.yaml index 9672e07..07241d1 100644 --- a/.github/workflows/pre-commit.yaml +++ b/.github/workflows/pre-commit.yaml @@ -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: