Skip to content

Commit 8551d26

Browse files
Copilotmmcky
andcommitted
Fix git diff revision range error by adding fetch-depth: 0 to checkout action
Co-authored-by: mmcky <8263752+mmcky@users.noreply.github.com>
1 parent f9d666f commit 8551d26

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
- uses: actions/checkout@v5
1616
with:
1717
ref: ${{ github.event.pull_request.head.sha }}
18+
fetch-depth: 0
1819
- name: Setup Anaconda
1920
uses: conda-incubator/setup-miniconda@v3
2021
with:

0 commit comments

Comments
 (0)