Fetch all history for all tags and branches when fetch-depth=0 (#258)

This commit is contained in:
eric sciple
2020-05-27 09:54:28 -04:00
committed by GitHub
parent 2ff2fbdea4
commit e52d022eb5
9 changed files with 338 additions and 86 deletions

View File

@ -70,7 +70,7 @@ We want to take this opportunity to make behavioral changes, from v1. This docum
description: 'Whether to execute `git clean -ffdx && git reset --hard HEAD` before fetching'
default: true
fetch-depth:
description: 'Number of commits to fetch. 0 indicates all history.'
description: 'Number of commits to fetch. 0 indicates all history for all tags and branches.'
default: 1
lfs:
description: 'Whether to download Git-LFS files'