Skip to content

Commit

Permalink
Temporarily enabled debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddavo committed Jun 3, 2024
1 parent f341d86 commit a3e40b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-datasets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
sed -i 's/_prepare_new_version(new_deposition_data\["metadata"\]\["version"\])/_prepare_new_version(new_deposition_data["metadata"].get("version", ""))/g' "$FILE"
sed -i 's/json=new_deposition_data/json={"metadata": new_deposition_data\["metadata"\]}/g' "$FILE"
- name: Upload dataset
run: dao-utils-upload-dw ${{matrix.repo}}
run: dao-utils-upload-dw --debug ${{matrix.repo}}
env:
KAGGLE_USERNAME: ${{ secrets.KAGGLE_USERNAME }}
KAGGLE_KEY: ${{ secrets.KAGGLE_KEY }}
Expand Down

0 comments on commit a3e40b1

Please sign in to comment.