We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 640fdd5 commit 28ce96aCopy full SHA for 28ce96a
action.yml
@@ -27,6 +27,9 @@ inputs:
27
fetch-depth:
28
description: 'Number of commits to fetch. 0 indicates all history for all branches and tags.'
29
default: 1
30
+ lfs:
31
+ description: 'Whether to download Git-LFS files'
32
+ default: ''
33
34
# turborepo options
35
repo-token:
@@ -42,6 +45,7 @@ runs:
42
45
with:
43
46
persist-credentials: ${{ inputs.persist-credentials }}
44
47
fetch-depth: ${{ inputs.fetch-depth }}
48
+ lfs: ${{ inputs.lfs }}
49
50
- name: 'Setup local TurboRepo server'
51
if: ${{ inputs.repo-token }}
0 commit comments