We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10a94fa commit c052168Copy full SHA for c052168
.github/workflows/ebrains.yml
@@ -17,7 +17,7 @@ jobs:
17
uses: wei/git-sync@v3
18
with:
19
source_repo: https://github.com/NeuralEnsemble/python-neo
20
- source_branch: "put the branch that will be pushed to the mirror"
+ source_branch: "master"
21
destination_repo: "https://ghpusher:${{ secrets.EBRAINS_GITLAB_ACCESS_TOKEN }}@gitlab.ebrains.eu/NeuralEnsemble/neo.git"
22
destination_branch: "main"
23
# this task will push all tags from the source_repo to the destination_repo
0 commit comments