We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e8df2f commit 6c4761fCopy full SHA for 6c4761f
1 file changed
.github/workflows/test.yml
@@ -34,6 +34,9 @@ jobs:
34
35
DATASET_RESPONSE=$(curl -s -H "X-Dataverse-key:$API_TOKEN" -X POST "$SERVER_URL/api/dataverses/$PARENT/datasets" --upload-file .github/workflows/data/initial_dataset.json -H 'Content-type:application/json')
36
37
+ # Print the response
38
+ echo $DATASET_RESPONSE
39
+
40
echo "DATASET_PID=$(echo $DATASET_RESPONSE | jq -r '.data.persistentId')" >> $GITHUB_ENV
41
42
- name: Synchronize to DV
0 commit comments