Hi, Im trying out dagger in github actions with one central repo with all the pipelines. It works fine when I try this locally but when running in github actions it's having trouble with finding the module.
It looks like the authentication with ssh is working fine as I had some problems with it before and managed to fix it. When I try to run this locally with the ssh agent and dagger -m git@github.com:company/dagger-pipelines.git/testing call container-echo --string-arg test it works fine
Any ideas what could be the issue? Thanks