From 21c27ba9849a54508601fc09c8ac9767175405e4 Mon Sep 17 00:00:00 2001 From: Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> Date: Wed, 28 Aug 2024 00:53:14 +0530 Subject: [PATCH] T0000: test 4 --- .github/workflows/darker-lint.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/darker-lint.yml b/.github/workflows/darker-lint.yml index e3104d8..8e61ddb 100644 --- a/.github/workflows/darker-lint.yml +++ b/.github/workflows/darker-lint.yml @@ -40,8 +40,9 @@ jobs: 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 branch temp-base refs/remotes/origin/temp-base + git branch temp-head refs/remotes/origin/temp-head - name: Analyze Code run: | - darker -r origin/base...origin/head --check --diff --lint "ruff check" --color . \ No newline at end of file + darker -r temp-base...temp-head --check --diff --lint "ruff check" --color . \ No newline at end of file