diff options
author | Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> | 2024-08-24 17:13:13 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-24 17:13:13 +0530 |
commit | 0b4bc6cd6c5b4d218a0f12ded584cb372ea46468 (patch) | |
tree | ebe561918a378355bbfd440d5a651981d05ed5d9 | |
parent | a61c0e9c31b8b6513b7a2d932063957af74e4509 (diff) | |
download | vyos-workflow-test-temp-0b4bc6cd6c5b4d218a0f12ded584cb372ea46468.tar.gz vyos-workflow-test-temp-0b4bc6cd6c5b4d218a0f12ded584cb372ea46468.zip |
T0000: test
-rw-r--r-- | .github/workflows/darker-lint.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/darker-lint.yml b/.github/workflows/darker-lint.yml index 4e26d45..16f57bd 100644 --- a/.github/workflows/darker-lint.yml +++ b/.github/workflows/darker-lint.yml @@ -38,4 +38,4 @@ jobs: src: "." version: "~=2.1.1" lint: "flake8,pylint==2.13.1" - revision: "${{ steps.get-base-commit.outputs.base_commit }}...${{ steps.get-head-commit.outputs.head_commit }}" + revision: "current..." |