diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/darker-lint.yml | 4 |
1 files changed, 2 insertions, 2 deletions
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 |