We are trying Dataverse-Github integration.
We have dataverse 6.10
We configured the Github Action with the dataverse API key, and when we trigger the action, all files belonging to the Github repository are correctly uploaded to the target dataset.
From the second upload on, all files are again uploaded to the same dataset, even if we specify the Github Action parameter DELETE=True. We cannot understand why.
The expected behaviour is that the Github Action should delete all files from the dataset, and re-upload the files from the Github repository, but unfortunately the Github Action does not delete the files. This implies that all files are duplicated.
DELETE=True is the default, and we experienced the same Github behaviour with DELETE=True or even without DELETE parameter. The Github Action uploads again all files.
Have you ever experienced this? Is there a solution?