summaryrefslogtreecommitdiff
path: root/.github/workflows/darker-lint.yml
diff options
context:
space:
mode:
authorVijayakumar A <36878324+kumvijaya@users.noreply.github.com>2024-08-28 00:58:57 +0530
committerGitHub <noreply@github.com>2024-08-28 00:58:57 +0530
commit10540fe20391e6750350bd40206eb3a99158a3af (patch)
tree52b8c20d1aa986697116293b4642f337f1b8f181 /.github/workflows/darker-lint.yml
parent88c1ec6ed6c7a1aa11502fa2a32e2345ac94cd6c (diff)
downloadvyos-workflow-test-temp-10540fe20391e6750350bd40206eb3a99158a3af.tar.gz
vyos-workflow-test-temp-10540fe20391e6750350bd40206eb3a99158a3af.zip
T0000: fix added
Diffstat (limited to '.github/workflows/darker-lint.yml')
-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 8e61ddb..07889f0 100644
--- a/.github/workflows/darker-lint.yml
+++ b/.github/workflows/darker-lint.yml
@@ -38,8 +38,8 @@ jobs:
- name: Fetch base and head commits
run: |
- git fetch origin ${{ github.event.pull_request.base.sha }}:refs/remotes/origin/base
- git fetch origin ${{ github.event.pull_request.head.sha }}:refs/remotes/origin/head
+ git fetch origin ${{ github.event.pull_request.base.sha }}:refs/remotes/origin/temp-base
+ git fetch origin ${{ github.event.pull_request.head.sha }}:refs/remotes/origin/temp-head
git branch temp-base refs/remotes/origin/temp-base
git branch temp-head refs/remotes/origin/temp-head