1
0
Fork 0
mirror of https://github.com/actions/checkout.git synced 2025-05-21 15:20:02 +00:00
This commit is contained in:
Nacho Orlandoni 2025-01-27 14:12:05 +00:00 committed by GitHub
commit 8c2f86ce2e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 71 additions and 1 deletions

View file

@ -80,6 +80,12 @@ inputs:
show-progress:
description: 'Whether to show progress status output when fetching.'
default: true
reference:
required: false
description: >
Path to a local bare git [reference repository to minimize network usage](https://git-scm.com/docs/git-clone#Documentation/git-clone.txt---reference-if-ableltrepositorygt).
If the directory doesn't exists this option will ignore it and log a message.
lfs:
description: 'Whether to download Git-LFS files'
default: false