Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add lfs option for checkout #7

Merged
merged 1 commit into from
Feb 20, 2024
Merged

Conversation

machty
Copy link
Contributor

@machty machty commented Feb 20, 2024

Closes #6

@@ -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: ''
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

falsy string instead of false because according to the json scheme these default values should all be strings (there are warning for fetch-depth and the above values)

@NullVoxPopuli NullVoxPopuli added the enhancement New feature or request label Feb 20, 2024
@NullVoxPopuli NullVoxPopuli merged commit 01121b5 into wyvox:main Feb 20, 2024
10 checks passed
@machty machty deleted the lfs-option branch February 20, 2024 13:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support lfs option for checkout?
2 participants