aboutsummaryrefslogtreecommitdiffstats
path: root/.gitea/workflows/git-sync.yaml
diff options
context:
space:
mode:
authorAstound <kirito@disroot.org>2024-08-05 09:23:38 +0800
committerAstound <kirito@disroot.org>2024-08-05 09:23:38 +0800
commitd3b0cb5e131124bec0598e540958dd8bc681f615 (patch)
tree5b8f407dbb7e9d1ab2106ac0cc8564897e7a2098 /.gitea/workflows/git-sync.yaml
parent0a79974d11f2203e4234619db84b6218f14a60fe (diff)
downloadyt-local-d3b0cb5e131124bec0598e540958dd8bc681f615.tar.lz
yt-local-d3b0cb5e131124bec0598e540958dd8bc681f615.tar.xz
yt-local-d3b0cb5e131124bec0598e540958dd8bc681f615.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 6335a1e..706df7e 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/yt-local.git
git_sync_destination_repo: ssh://git@c.fridu.us/software/yt-local.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/yt-local.git
source_branch: "master"
@@ -29,7 +29,7 @@ jobs:
git_sync_source_repo: git@git.fridu.us:heckyel/yt-local.git
git_sync_destination_repo: git@git.sr.ht:~heckyel/yt-local
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/yt-local.git
source_branch: "master"