summaryrefslogtreecommitdiff
path: root/.github/workflows/darker-lint.yml
diff options
context:
space:
mode:
authorVijayakumar A <36878324+kumvijaya@users.noreply.github.com>2024-08-29 01:06:50 +0530
committerGitHub <noreply@github.com>2024-08-29 01:06:50 +0530
commitb565b4d129061693a1eb9cb4e761992bddcf2542 (patch)
tree07a6c3c8c6b3ee5c0f8b1d1f44d7b2a2b0c49cd6 /.github/workflows/darker-lint.yml
parent2b52527eff8762ca47d0c54b868530844804ed50 (diff)
downloadvyos-workflow-test-temp-b565b4d129061693a1eb9cb4e761992bddcf2542.tar.gz
vyos-workflow-test-temp-b565b4d129061693a1eb9cb4e761992bddcf2542.zip
T0000: update
Diffstat (limited to '.github/workflows/darker-lint.yml')
-rw-r--r--.github/workflows/darker-lint.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/darker-lint.yml b/.github/workflows/darker-lint.yml
index 5709c02..974ffa0 100644
--- a/.github/workflows/darker-lint.yml
+++ b/.github/workflows/darker-lint.yml
@@ -44,7 +44,7 @@ jobs:
- name: Fetch base and head commits
run: |
- git fetch origin ${{ github.event.pull_request.base.repo.full_name }} ${{ github.event.pull_request.base.ref }}:refs/remotes/origin/base
+ git fetch https://github.com/${{ github.event.pull_request.base.repo.full_name }} ${{ github.event.pull_request.base.ref }}:refs/remotes/origin/base
# 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