aboutsummaryrefslogtreecommitdiffstats
path: root/.gitea/workflows/git-sync.yaml
diff options
context:
space:
mode:
authorAstound <kirito@disroot.org>2024-08-05 09:20:33 +0800
committerAstound <kirito@disroot.org>2024-08-05 09:20:33 +0800
commit6336034dde355b42873eaeb243461946f0a20f35 (patch)
treeecaefaa31778a668e0bcd657110d8a23ef153978 /.gitea/workflows/git-sync.yaml
parent28117e25955ea89f2e93df1541a49d2f06e4426f (diff)
downloadresolvers-list-6336034dde355b42873eaeb243461946f0a20f35.tar.lz
resolvers-list-6336034dde355b42873eaeb243461946f0a20f35.tar.xz
resolvers-list-6336034dde355b42873eaeb243461946f0a20f35.zip
workflows: update git sync actions
Diffstat (limited to '.gitea/workflows/git-sync.yaml')
-rw-r--r--.gitea/workflows/git-sync.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitea/workflows/git-sync.yaml b/.gitea/workflows/git-sync.yaml
index 795840b..e1bd37d 100644
--- a/.gitea/workflows/git-sync.yaml
+++ b/.gitea/workflows/git-sync.yaml
@@ -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"