We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba1a1a9 commit 088ec43Copy full SHA for 088ec43
.github/workflows/workflow.yml
@@ -1,14 +1,22 @@
1
-on:
+name: Upload to Dataverse
2
+
3
+on:
4
push:
- workflow_dispatch:
5
+ branches:
6
+ - main
7
+ workflow_dispatch:
8
9
jobs:
10
build:
11
runs-on: ubuntu-latest
12
13
steps:
- - name: Send repo to Dataverse
14
+ - name: Checkout code
15
+ uses: actions/checkout@v2
16
17
+ - name: Send repo to Dataverse
18
uses: IQSS/dataverse-uploader@v1.6
19
with:
- DATAVERSE_TOKEN: ${{secrets.DATAVERSE_TOKEN}}
20
+ DATAVERSE_TOKEN: ${{ secrets.DATAVERSE_TOKEN }}
21
DATAVERSE_SERVER: https://darus.uni-stuttgart.de/dataverse/darus
- DATAVERSE_DATASET_DOI: doi:10.18419/DARUS-5297
22
+ DATAVERSE_DATASET_DOI: doi:10.18419/DARUS-5297
0 commit comments