Skip to content

Commit 28b35d1

Browse files
committed
fix: update destination repository URLs in ebrains-push workflow
1 parent b71d135 commit 28b35d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ebrains-push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ jobs:
1616
with:
1717
source_repo: "nest/nest-docker"
1818
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"
2020
destination_branch: "master"
2121
- name: synctags
2222
uses: wei/git-sync@v3
2323
with:
2424
source_repo: "nest/nest-docker/"
2525
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"
2727
destination_branch: "refs/tags/*"

0 commit comments

Comments
 (0)