There was an error while loading. Please reload this page.
1 parent 635b4dc commit 7652c4cCopy full SHA for 7652c4c
1 file changed
.github/workflows/ci-pr.yml
@@ -46,6 +46,8 @@ jobs:
46
repository: ${{ github.event.pull_request.head.repo.full_name }}
47
# Checkout the branch made in the fork.
48
ref: ${{ github.head_ref }}
49
+ # The full history is required for "voc4cat transform --prov-from-git" below.
50
+ fetch-depth: 0
51
# Be specific about keeping credentials (it is the default)
52
persist-credentials: true
53
0 commit comments