Skip to content

Commit

Permalink
T0000: fix added
Browse files Browse the repository at this point in the history
  • Loading branch information
kumvijaya authored Aug 27, 2024
1 parent 88c1ec6 commit 10540fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/darker-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 10540fe

Please sign in to comment.