Skip to content

fix(terms): resolve markdown rendering and Proceed button race condit… #7

fix(terms): resolve markdown rendering and Proceed button race condit…

fix(terms): resolve markdown rendering and Proceed button race condit… #7

Workflow file for this run

name: Mirror to Ebrains
on:
push:
branches: [master]
tags:
- "*"
jobs:
to_ebrains:
runs-on: ubuntu-latest
steps:
- name: syncmaster
uses: wei/git-sync@v3
with:
source_repo: "Medical-Informatics-Platform/platform-ui"
source_branch: "master"
destination_repo: "https://ghpusher:${{ secrets.EBRAINS_GITLAB_ACCESS_TOKEN }}@gitlab.ebrains.eu/hbp-mip/platform-ui.git"
destination_branch: "master"
- name: synctags
uses: wei/git-sync@v3
with:
source_repo: "Medical-Informatics-Platform/platform-ui"
source_branch: "refs/tags/*"
destination_repo: "https://ghpusher:${{ secrets.EBRAINS_GITLAB_ACCESS_TOKEN }}@gitlab.ebrains.eu/hbp-mip/platform-ui.git"
destination_branch: "refs/tags/*"