Skip to content

Commit

Permalink
T0000: update
Browse files Browse the repository at this point in the history
  • Loading branch information
kumvijaya authored Aug 28, 2024
1 parent 2b52527 commit b565b4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/darker-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b565b4d

Please sign in to comment.