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
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.
The text was updated successfully, but these errors were encountered:
To reproduce:
.github/workflows/someFile.someExtension
You will get an error about "title alread used" or similar. This is related to our
denormalize
logic used bymassCreateModules
. In this picture you see what happens:For some reason our
denormalize
is passing in theworkflows
folder, but it should not do that. It should look more like this, here with a normal folder:You find the
denormalize
file withincodesandbox-import-utils
.The text was updated successfully, but these errors were encountered: