-
-
Notifications
You must be signed in to change notification settings - Fork 446
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
Container does not support git-lfs #43
Comments
I'm happy to accept the changes you proposed in your PR, but did you check out the new multi-platform version I created recently? This doesn't use a container and so
|
I did not actually look into this, but I will check it out tomorrow sometime! Thanks! |
Even if the multi-platform version works fine for you I'm still interested in merging your proposed change to the original container version of this Action. I'm not sure what direction GitHub are going to take to support other platforms and/or Action languages yet, so I'm maintaining both versions for the time being. |
I merged your change and created a new release. Thanks!
If you have chance, I would appreciate feedback on the |
When trying to run this action with a repo that is using git-lfs it errors out with the following error:
This repository is configured for Git LFS but 'git-lfs' was not found on your path. If you no longer wish to use Git LFS, remove this hook by deleting .git/hooks/post-checkout.
I tried installing git-lfs python package, which did not work since it must be called using
python3 -m git_lfs
vs the requiredgit-lfs
.I will later be submitting a PR to fix this issue, by changing the base image to alpine and installing required packages. Up to you if you want to accept it, but it works for me here:
https://github.com/qoutland/create-pull-request
The text was updated successfully, but these errors were encountered: