summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorVijayakumar A <36878324+kumvijaya@users.noreply.github.com>2024-08-28 00:17:01 +0530
committerGitHub <noreply@github.com>2024-08-28 00:17:01 +0530
commit49626669c452363cf311d512abfd4d5a7ae0b241 (patch)
treed01aafb850920f325ff83d02c0109c6f2f95e03b /.github
parentc156b322616d3ae7cdf7a86ff8c37e8b26dda1a6 (diff)
downloadvyos-workflow-test-temp-49626669c452363cf311d512abfd4d5a7ae0b241.tar.gz
vyos-workflow-test-temp-49626669c452363cf311d512abfd4d5a7ae0b241.zip
T0000: correction
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/darker-lint.yml4
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