-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
dataverse-uploader/dataverse.py
Line 75 in 98d695b
| paths = ['repo'] |
I have reproduced this locally:
> ls data/
tutorial-survey.csv tutorial-survey.rds
when running
python dataverse-uploader/dataverse.py $DATAVERSE_TOKEN $DATAVERSE_SERVER $DATAVERSE_DATASET_DOI . -d data/
nothing gets uploaded, because the directory is hard-coded to repo. The value of $GITHUB_REPOSITORY (https://github.com/IQSS/dataverse-uploader/blob/master/action.yml#L55C13-L55C31) gets ignored.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels