-
Notifications
You must be signed in to change notification settings - Fork 254
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
Comment for key does not match Github URL pattern #76
Comments
I think that we should see the key comments in the place where With which command did you create the keys? |
Closing for now; feel free to reopen/comment when you verified the key comment is correct. |
Experiencing the same issue here. The command used to create the SSH key is |
I want to access two different private repositories that contain packages for an App. I have created one ssh key for each of the two repos, added the private key to the secrets of the App-Repository and the public keys as deploy keys in the private package repositories.
My workflow looks as follow:
The public keys look like the following:
Running the workflow produces the following log:
Afterwards, the first
git clone
command works as excpected, the second one fails with the error:It's always the second clone command that fails, even if I swap the order in which the repositories are cloned.
I'm stuck and don't know if I am doing something wrong, or if this is some Bug with this Action. Any help is very appreciated!
The text was updated successfully, but these errors were encountered: