https://github.com/IQSS/dataverse-uploader/blob/98d695b536d29b45c8b78a6c5a4d0ec0ba40e050/dataverse.py#L75 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.
dataverse-uploader/dataverse.py
Line 75 in 98d695b
I have reproduced this locally:
when running
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.