Skip to content

Commit

Permalink
Merge pull request #7 from machty/lfs-option
Browse files Browse the repository at this point in the history
Add lfs option for checkout
  • Loading branch information
NullVoxPopuli authored Feb 20, 2024
2 parents 640fdd5 + 28ce96a commit 01121b5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ inputs:
fetch-depth:
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'
default: ''

# turborepo options
repo-token:
Expand All @@ -42,6 +45,7 @@ runs:
with:
persist-credentials: ${{ inputs.persist-credentials }}
fetch-depth: ${{ inputs.fetch-depth }}
lfs: ${{ inputs.lfs }}

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

0 comments on commit 01121b5

Please sign in to comment.