Have actions/checkout do the full fetch · gitpython-developers/GitPython@4eef3ec · GitHub
Skip to content

Commit 4eef3ec

Browse files
committed
Have actions/checkout do the full fetch
Setting the "fetch-depth" to 0 does a deep (i.e., ordinary) fetch, fetching all commits and tags. Setting "submodules" to "recursive" clones and checks out all submodules. These options allow commands that were doing those things to be removed from the later steps.
1 parent 415a8eb commit 4eef3ec

2 files changed

Lines changed: 4 additions & 8 deletions

File tree

.github/workflows/cygwin-test.yml

Lines changed: 2 additions & 4 deletions

.github/workflows/pythonpackage.yml

Lines changed: 2 additions & 4 deletions

0 commit comments

Comments
 (0)