Skip to content

Releases: wei/git-sync

feat: add support for source/destination ssh keys

Choose a tag to compare

@wei wei released this 18 Jan 02:53
55c6b63
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

Choose a tag to compare

@wei wei released this 03 Nov 21:09
c81b9ea
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

Choose a tag to compare

@wei wei released this 23 Apr 17:48
02caad7
v2.0.0

feat: add v2 action.yml support

support multiple instances in one workflow file

Choose a tag to compare

@wei wei released this 23 Apr 17:17
f5f2380
1.1.4

fix: not use /github as default home directory to prevent conflicts (…

fix: support git sync for branches other than master

Choose a tag to compare

@wei wei released this 18 Apr 17:38
000571b
fix: support branch other than master (#9)

Fix #7

update docs

Choose a tag to compare

@wei wei released this 11 Sep 20:46
c388e4c
v1.1.2

feat: allow syncing all branches

Fix workflow syntax

Choose a tag to compare

@wei wei released this 11 Aug 03:30
f6ea4ea
v1.1.1

fix(README.md): workflow syntax

Update documentation with new workflow syntax

Choose a tag to compare

@wei wei released this 09 Aug 03:30
41c4a46
v1.1.0

docs: update workflow instructions to yml

Update docs

Choose a tag to compare

@wei wei released this 02 Jul 17:06
eb8e14e
v1.0.1

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

Initial release

Choose a tag to compare

@wei wei released this 02 Jul 16:26
f90c2d1
v1.0

feat: initial commit