Adding multiple mountpoints to a single Github repo for EDS
Hey guys, Hope everyone is doing well. I am wondering if there is a way to use multiple Sharepoint URLs for a single Github Repo. For example, I have this sharepoint URL in my main branch: mountpoints:/: https://mycompany.sharepoint.com/:f:/r/sites/WebsiteProjects/Shared%20Documents/website And this one in my staging branch: mountpoints:/: https://mycompany.sharepoint.com/:f:/r/sites/WebsiteProjects/Shared%20Documents/staging Is it possible to do this? The use case for this is that we might need to separate out the content sources for different environments. Has anyone done this before? Thanks.