Skip to content
This repository was archived by the owner on Jun 11, 2024. It is now read-only.

Commit 4c9944a

Browse files
committed
chore(ci): mirroring the main branch
1 parent eea7cdf commit 4c9944a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/mirroring.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Mirroring to remote repos
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77

88
jobs:
99
mirroring:
@@ -17,6 +17,6 @@ jobs:
1717
- name: mirror to gitlab.com
1818
uses: jee-r/docker-git-mirror@v1
1919
with:
20-
remote_repo: "gitlab.com/jee-r/docker-proxy-socks.git"
20+
remote_repo: "gitlab.com/jee-r/docker-tinyproxy.git"
2121
remote_repo_username: ${{ secrets.GITLAB_USER }}
2222
remote_repo_password: ${{ secrets.GITLAB_TOKEN }}

0 commit comments

Comments
 (0)