Skip to content

Commit 28ce96a

Browse files
committed
Add lfs option for checkout
1 parent 640fdd5 commit 28ce96a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

action.yml

+4
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ inputs:
2727
fetch-depth:
2828
description: 'Number of commits to fetch. 0 indicates all history for all branches and tags.'
2929
default: 1
30+
lfs:
31+
description: 'Whether to download Git-LFS files'
32+
default: ''
3033

3134
# turborepo options
3235
repo-token:
@@ -42,6 +45,7 @@ runs:
4245
with:
4346
persist-credentials: ${{ inputs.persist-credentials }}
4447
fetch-depth: ${{ inputs.fetch-depth }}
48+
lfs: ${{ inputs.lfs }}
4549

4650
- name: 'Setup local TurboRepo server'
4751
if: ${{ inputs.repo-token }}

0 commit comments

Comments
 (0)