Compare commits

..

1 Commits

Author SHA1 Message Date
61b9e3751b improve description for fetch-depth (#301)
Some checks failed
Build and Test / build (push) Failing after 37s
Build and Test / test (macos-latest) (push) Failing after 30s
Build and Test / test (ubuntu-latest) (push) Failing after 37s
Build and Test / test-proxy (push) Failing after 15s
Build and Test / test-bypass-proxy (push) Failing after 35s
Build and Test / test (windows-latest) (push) Has been cancelled
2020-07-12 21:02:24 -04:00
2 changed files with 2 additions and 2 deletions

View File

@ -89,7 +89,7 @@ Refer [here](https://github.com/actions/checkout/blob/v1/README.md) for previous
# Default: true # Default: true
clean: '' clean: ''
# Number of commits to fetch. 0 indicates all history. # Number of commits to fetch. 0 indicates all history for all branches and tags.
# Default: 1 # Default: 1
fetch-depth: '' fetch-depth: ''

View File

@ -54,7 +54,7 @@ inputs:
description: 'Whether to execute `git clean -ffdx && git reset --hard HEAD` before fetching' description: 'Whether to execute `git clean -ffdx && git reset --hard HEAD` before fetching'
default: true default: true
fetch-depth: fetch-depth:
description: 'Number of commits to fetch. 0 indicates all history.' description: 'Number of commits to fetch. 0 indicates all history for all branches and tags.'
default: 1 default: 1
lfs: lfs:
description: 'Whether to download Git-LFS files' description: 'Whether to download Git-LFS files'