Closed
Description
To reproduce:
- Fork the following repo: https://github.com/AJ-7885/WebChannel
- Load the repo on Codesandbox, fork it and link it
- Add a new file to
.github/workflows/someFile.someExtension
- Refresh sandbox and do a sync
You will get an error about "title alread used" or similar. This is related to our denormalize
logic used by massCreateModules
. In this picture you see what happens:
For some reason our denormalize
is passing in the workflows
folder, but it should not do that. It should look more like this, here with a normal folder:
You find the denormalize
file within codesandbox-import-utils
.