From 49626669c452363cf311d512abfd4d5a7ae0b241 Mon Sep 17 00:00:00 2001 From: Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> Date: Wed, 28 Aug 2024 00:17:01 +0530 Subject: T0000: correction --- .github/workflows/darker-lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/darker-lint.yml b/.github/workflows/darker-lint.yml index 8c0c5ef..a925d58 100644 --- a/.github/workflows/darker-lint.yml +++ b/.github/workflows/darker-lint.yml @@ -33,8 +33,8 @@ jobs: - name: Fetch base branch run: | - git fetch origin ${base_ref}:${base_ref} + git fetch origin ${base_ref}:refs/remotes/origin/base-current - name: Analyze Code run: | - darker -r ${base_ref} --check --diff --lint "ruff check" --color . \ No newline at end of file + darker -r origin/base-current --check --diff --lint "ruff check" --color . \ No newline at end of file -- cgit v1.2.3