1
0
Fork 0
mirror of https://code.forgejo.org/actions/checkout.git synced 2025-05-10 11:59:53 +02:00

improve description for fetch-depth

This commit is contained in:
eric sciple 2020-07-12 21:00:11 -04:00
parent 28c7f3d2b5
commit 15b5d7d72c
2 changed files with 2 additions and 2 deletions

View file

@ -54,7 +54,7 @@ inputs:
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 branches and tags.'
default: 1
lfs:
description: 'Whether to download Git-LFS files'