aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAstounds <kirito@disroot.org>2026-05-17 18:10:20 -0500
committerAstounds <kirito@disroot.org>2026-05-17 18:10:20 -0500
commit250d3300150b6e3b2e677e7419c6b4c2c914c3c8 (patch)
treedabedd2b01340b30ca3e278f52d218bc27c337aa
parentda120ee0be00ee33b05281c8c74d604574ded191 (diff)
downloadhyperbola-mirror-250d3300150b6e3b2e677e7419c6b4c2c914c3c8.tar.lz
hyperbola-mirror-250d3300150b6e3b2e677e7419c6b4c2c914c3c8.tar.xz
hyperbola-mirror-250d3300150b6e3b2e677e7419c6b4c2c914c3c8.zip
update workflow
-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 6c13537..d2ebdf4 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/hyperbola-mirror.git
git_sync_destination_repo: ssh://git@c.fridu.us/containers/hyperbola-mirror.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/hyperbola-mirror.git
source_branch: "master"
@@ -29,7 +29,7 @@ jobs:
git_sync_source_repo: git@git.fridu.us:heckyel/hyperbola-mirror.git
git_sync_destination_repo: git@git.sr.ht:~heckyel/hyperbola-mirror
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/hyperbola-mirror.git
source_branch: "master"