Skip to content
Snippets Groups Projects
Commit e1991e60 authored by Xiao Gui's avatar Xiao Gui
Browse files

bugfix sync

parent 4194d451
No related branches found
No related tags found
No related merge requests found
Pipeline #14269 failed with stages
in 1 hour and 4 seconds
......@@ -5,6 +5,7 @@ on:
branches:
- master
- staging
- sync_debug
jobs:
sync:
......@@ -13,9 +14,9 @@ jobs:
- uses: actions/checkout@v2
- uses: wei/git-sync@v3
with:
source_repo: ${{ env.GITHUB_REPOSITORY }}
source_branch: ${{ env.GITHUB_REF_NAME }}
source_repo: ${GITHUB_REPOSITORY}
source_branch: ${GITHUB_REF_NAME}
destination_repo: ${{ secrets.GITLAB_MIRROR_EBRAINS_DEST }}
destination_branch: ${{ env.GITHUB_REF_NAME }}
destination_branch: ${GITHUB_REF_NAME}
destination_ssh_private_key: ${{ secrets.GITLAB_MIRROR_EBRAINS_SSH }}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment