File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,12 +16,12 @@ jobs:
16
16
with :
17
17
source_repo : " nest/nest-docker"
18
18
source_branch : " master"
19
- destination_repo : " https://ghpusher:${{ secrets.EBRAINS_PUSH_TOKEN }}@gitlab.ebrains.eu/nest/nest-docker"
19
+ destination_repo : " https://ghpusher:${{ secrets.EBRAINS_PUSH_TOKEN }}@gitlab.ebrains.eu/nest/nest-docker.git "
20
20
destination_branch : " master"
21
21
- name : synctags
22
22
uses : wei/git-sync@v3
23
23
with :
24
24
source_repo : " nest/nest-docker/"
25
25
source_branch : " refs/tags/*"
26
- destination_repo : " https://ghpusher:${{ secrets.EBRAINS_PUSH_TOKEN }}@gitlab.ebrains.eu/nest/nest-docker"
26
+ destination_repo : " https://ghpusher:${{ secrets.EBRAINS_PUSH_TOKEN }}@gitlab.ebrains.eu/nest/nest-docker.git "
27
27
destination_branch : " refs/tags/*"
You can’t perform that action at this time.
0 commit comments