Skip to content

Commit c052168

Browse files
authored
fix typo in "ebrains mirror" workflow
1 parent 10a94fa commit c052168

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ebrains.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: wei/git-sync@v3
1818
with:
1919
source_repo: https://github.com/NeuralEnsemble/python-neo
20-
source_branch: "put the branch that will be pushed to the mirror"
20+
source_branch: "master"
2121
destination_repo: "https://ghpusher:${{ secrets.EBRAINS_GITLAB_ACCESS_TOKEN }}@gitlab.ebrains.eu/NeuralEnsemble/neo.git"
2222
destination_branch: "main"
2323
# this task will push all tags from the source_repo to the destination_repo

0 commit comments

Comments
 (0)