Skip to content

Commit

Permalink
Let actions/checkout fetch all history so that git diff works
Browse files Browse the repository at this point in the history
  • Loading branch information
weiji14 committed Mar 23, 2021
1 parent 03d95d5 commit e14674a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dvc-diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
steps:
- name: Checkout
uses: actions/[email protected]
with:
# fetch all history so that git diff works
fetch-depth: 0

- name: Setup data version control (DVC)
uses: iterative/setup-dvc@v1
Expand Down

0 comments on commit e14674a

Please sign in to comment.