-
Notifications
You must be signed in to change notification settings - Fork 259
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
Very silly question: how is it supposed to be used? #91
Comments
It looks like the checkout action basically undoes the whole thing - the log has this tidbit:
So I guess the trick is not to use the checkout action with submodules, but have a manual |
That actually did the trick. |
You are right that the README example has the In your case of Git submodules (which I have never worked with, to be honest) my understanding is you need the SSH keys to clone those. In that case, there should be no problem to add the keys before You write that |
@KubaO could you please try if it is possible to
|
The top-level readme has no mention of how to actually use this thing. Yes, I know how to add the keys, but how do we actually consume the keys?
This doesn't work - and that's what most people would expect should be working, otherwise what's the point?
The example in the readme also has the checkout preceding the ssh-agent setup, and that won't ever work since the keys need to be set up when the checkout happens, not before. So I'm a bit baffled as to what this is supposed to be doing...
The text was updated successfully, but these errors were encountered: