From eea7fe8fb25d8a9e8b92897f550dc77b7f0ff8a3 Mon Sep 17 00:00:00 2001 From: Rui Ribeiro <rui.ribeiro@icloud.com> Date: Thu, 23 Mar 2023 10:59:01 +0100 Subject: [PATCH] Ebrains GitLab --- .github/workflows/ebrains.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ebrains.yml b/.github/workflows/ebrains.yml index c441b5a..d1594bf 100644 --- a/.github/workflows/ebrains.yml +++ b/.github/workflows/ebrains.yml @@ -14,7 +14,7 @@ jobs: source_repo: "rribeiro-sci/SSBtoolkit" source_branch: "main" destination_repo: "https://ghpusher:${{ secrets.EBRAINS_GITLAB_ACCESS_TOKEN }}@gitlab.ebrains.eu/rribeiro/ssbtoolkit.git" - destination_branch: "master" + destination_branch: "main" - name: synctags uses: wei/git-sync@v3 with: -- GitLab