diff options
| author | Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> | 2024-08-28 00:17:24 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-28 00:17:24 +0530 |
| commit | 146a07b20d0308bea47dadbe465d4feba091ce0c (patch) | |
| tree | d01aafb850920f325ff83d02c0109c6f2f95e03b /.github/workflows | |
| parent | 0f66a8a95c3bd8ea81ed8a97f50156481eeada58 (diff) | |
| parent | 49626669c452363cf311d512abfd4d5a7ae0b241 (diff) | |
| download | vyos-workflow-test-temp-146a07b20d0308bea47dadbe465d4feba091ce0c.tar.gz vyos-workflow-test-temp-146a07b20d0308bea47dadbe465d4feba091ce0c.zip | |
Merge pull request #38 from kumvijaya/current
T0000: test
Diffstat (limited to '.github/workflows')
| -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 |
