Wrong reference query param?
Closed this issue · 3 comments
AleksandrTermenzhy commented
Seems like there should be reference
query param instead of ref
here:
if (engine_opts.reference) {
- url = `${url}?ref=${engine_opts.reference}`; // not working, still pulls main
+ url = `${url}?reference=${engine_opts.reference}`; // working as expected
}
markphelps commented
yah you are right @AleksandrTermenzhy ! will push a fix now
AleksandrTermenzhy commented
Thanks @markphelps!
markphelps commented
Thanks for reporting @AleksandrTermenzhy ! the new version is going out now in CI