Skip to content

Commit 29a4494

Browse files
committed
ci: Switch to fork of git-sync
[1] wei/git-sync#37
1 parent e0dda0e commit 29a4494

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/repo-sync.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: repo-sync
11-
uses: wei/git-sync@v3
11+
uses: Frederick888/git-sync@master
1212
with:
1313
source_repo: "https://github.com/Frederick888/php-bencode.git"
1414
source_branch: "refs/remotes/source/*"
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: repo-sync
23-
uses: wei/git-sync@v3
23+
uses: Frederick888/git-sync@master
2424
with:
2525
source_repo: "https://github.com/Frederick888/php-bencode.git"
2626
source_branch: "refs/tags/*"

0 commit comments

Comments
 (0)