From 10540fe20391e6750350bd40206eb3a99158a3af Mon Sep 17 00:00:00 2001 From: Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> Date: Wed, 28 Aug 2024 00:58:57 +0530 Subject: T0000: fix added --- .github/workflows/darker-lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/darker-lint.yml b/.github/workflows/darker-lint.yml index 8e61ddb..07889f0 100644 --- a/.github/workflows/darker-lint.yml +++ b/.github/workflows/darker-lint.yml @@ -38,8 +38,8 @@ jobs: - name: Fetch base and head commits run: | - git fetch origin ${{ github.event.pull_request.base.sha }}:refs/remotes/origin/base - git fetch origin ${{ github.event.pull_request.head.sha }}:refs/remotes/origin/head + git fetch origin ${{ github.event.pull_request.base.sha }}:refs/remotes/origin/temp-base + git fetch origin ${{ github.event.pull_request.head.sha }}:refs/remotes/origin/temp-head git branch temp-base refs/remotes/origin/temp-base git branch temp-head refs/remotes/origin/temp-head -- cgit v1.2.3