aboutsummaryrefslogtreecommitdiffstats
path: root/.gitea/workflows
diff options
context:
space:
mode:
authorAstounds <kirito@disroot.org>2026-05-18 23:50:27 -0500
committerAstounds <kirito@disroot.org>2026-05-18 23:50:53 -0500
commitfbd22a3d3a7517c6e9f0208f381adee08ba98b9e (patch)
tree6cba9a7651a845f1affec1499968d481b3bd3010 /.gitea/workflows
parent7135dd60772e030b1e4ab0020bbd1385db330729 (diff)
downloadhyperterm-master.tar.lz
hyperterm-master.tar.xz
hyperterm-master.zip
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 08d5798..5016905 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: astounds/git-sync@v1
+ uses: actions/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: astounds/git-sync@v1
+ uses: actions/git-sync@v1
with:
source_repo: git@git.fridu.us:heckyel/hyperterm.git
source_branch: "master"