Skip to content

Releases: wei/git-sync

feat: add support for source/destination ssh keys

18 Jan 02:53
@wei wei
55c6b63
Compare
Choose a tag to compare
feat: add support for source/destination ssh keys (#22)

* add support for source/destination ssh keys

* update readme

* revert to SSH_PRIVATE_KEY by default

* release: bump to v3

Co-authored-by: Wei He <github@weispot.com>

feat: update repo url matching

03 Nov 21:09
@wei wei
c81b9ea
Compare
Choose a tag to compare
feat: update repo url matching (#21)

* Update grep regex for precise filtering of urls

* update source and destination repo regex

Regex derived from repo-sync/github-sync#30

upgrade to GitHub actions v2

23 Apr 17:48
@wei wei
02caad7
Compare
Choose a tag to compare
v2.0.0

feat: add v2 action.yml support

support multiple instances in one workflow file

23 Apr 17:17
@wei wei
f5f2380
Compare
Choose a tag to compare
fix: not use /github as default home directory to prevent conflicts (…

…#11)

fix: support git sync for branches other than master

18 Apr 17:38
@wei wei
000571b
Compare
Choose a tag to compare
fix: support branch other than master (#9)

Fix #7

update docs

11 Sep 20:46
@wei wei
c388e4c
Compare
Choose a tag to compare
v1.1.2

feat: allow syncing all branches

Fix workflow syntax

11 Aug 03:30
@wei wei
f6ea4ea
Compare
Choose a tag to compare
v1.1.1

fix(README.md): workflow syntax

Update documentation with new workflow syntax

09 Aug 03:30
@wei wei
41c4a46
Compare
Choose a tag to compare
v1.1.0

docs: update workflow instructions to yml

Update docs

02 Jul 17:06
@wei wei
eb8e14e
Compare
Choose a tag to compare
v1.0.1

docs(README.md): add wei/github-sync mention

Initial release

02 Jul 16:26
@wei wei
f90c2d1
Compare
Choose a tag to compare
v1.0

feat: initial commit