update-flake-lock
update-flake-lock copied to clipboard
Update private flake input
Hi, I am trying to update a flake which has a private flake as input:
{
inputs.private.url = "git+ssh://[email protected]/org/private";
}
Is there a possibility to use this action to update private flake inputs? I guess the runner would somehow need ssh access to the remote repository.