You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Working on a node application that pulls files from a specific directory of a monorepo. The repo is currently public but eventually would be switched to a private repo so i am planning to use git mode to allow for this. Passing the sub directory as detailed in the documentation "user/repo/subdir" doesn't work when using the emitter function with git mode enabled (tar and cli work fine). The sub directory is getting ignored and the function is cloning the entire repository. Is this a limitation of git mode?
Working on a node application that pulls files from a specific directory of a monorepo. The repo is currently public but eventually would be switched to a private repo so i am planning to use git mode to allow for this. Passing the sub directory as detailed in the documentation "user/repo/subdir" doesn't work when using the emitter function with git mode enabled (tar and cli work fine). The sub directory is getting ignored and the function is cloning the entire repository. Is this a limitation of git mode?
my code:
The text was updated successfully, but these errors were encountered: