workflows: update git sync actions
This commit is contained in:
parent
28117e2595
commit
6336034dde
@ -15,7 +15,7 @@ jobs:
|
||||
git_sync_source_repo: git@git.fridu.us:heckyel/resolvers-list.git
|
||||
git_sync_destination_repo: ssh://git@c.fridu.us/services/resolvers-list.git
|
||||
if: env.git_sync_source_repo && env.git_sync_destination_repo
|
||||
uses: wei/git-sync@v3
|
||||
uses: astounds/git-sync@v1
|
||||
with:
|
||||
source_repo: git@git.fridu.us:heckyel/resolvers-list.git
|
||||
source_branch: "master"
|
||||
@ -29,7 +29,7 @@ jobs:
|
||||
git_sync_source_repo: git@git.fridu.us:heckyel/resolvers-list.git
|
||||
git_sync_destination_repo: git@git.sr.ht:~heckyel/resolvers-list
|
||||
if: env.git_sync_source_repo && env.git_sync_destination_repo
|
||||
uses: wei/git-sync@v3
|
||||
uses: astounds/git-sync@v1
|
||||
with:
|
||||
source_repo: git@git.fridu.us:heckyel/resolvers-list.git
|
||||
source_branch: "master"
|
||||
|
Loading…
x
Reference in New Issue
Block a user