aboutsummaryrefslogtreecommitdiffstats
path: root/.gitea/workflows
diff options
context:
space:
mode:
authorAstound <kirito@disroot.org>2024-08-05 07:31:46 +0800
committerAstound <kirito@disroot.org>2024-08-05 07:31:46 +0800
commit0d2d4d4f9c69c1393c0e8acb91a55c20c1737913 (patch)
tree195c890493d323d77e667aec6fb1ed31e82a54eb /.gitea/workflows
parent2246cf808c27d9d87927e2b2806e2229fecb1aff (diff)
downloadhyperterm-0d2d4d4f9c69c1393c0e8acb91a55c20c1737913.tar.lz
hyperterm-0d2d4d4f9c69c1393c0e8acb91a55c20c1737913.tar.xz
hyperterm-0d2d4d4f9c69c1393c0e8acb91a55c20c1737913.zip
git-sync: update actions
Diffstat (limited to '.gitea/workflows')
-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 673b320..08d5798 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/hyperterm.git
git_sync_destination_repo: ssh://git@c.fridu.us/software/hyperterm.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/hyperterm.git
source_branch: "master"
@@ -29,7 +29,7 @@ jobs:
git_sync_source_repo: git@git.fridu.us:heckyel/hyperterm.git
git_sync_destination_repo: git@git.sr.ht:~heckyel/hyperterm
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/hyperterm.git
source_branch: "master"