Skip to content

feat(bids/dataset.py): add arguments to datalad create_siblings to ma… #334

feat(bids/dataset.py): add arguments to datalad create_siblings to ma…

feat(bids/dataset.py): add arguments to datalad create_siblings to ma… #334

Workflow file for this run

name: gitlab-sync
on:
- push
- delete
jobs:
sync:
runs-on: ubuntu-latest
name: Git Repo Sync
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: wangchucheng/git-repo-sync@v0.1.0
with:
target-url: ${{ secrets.TARGET_URL }}
target-username: ${{ secrets.TARGET_USERNAME }}
target-token: ${{ secrets.TARGET_TOKEN }}