git-sync: update actions

This commit is contained in:
Astound 2024-08-05 07:31:46 +08:00
parent 2246cf808c
commit 0d2d4d4f9c
Signed by: kaiser
GPG Key ID: 97504AF0027B1A56

View File

@ -15,7 +15,7 @@ jobs:
git_sync_source_repo: git@git.fridu.us:heckyel/hyperterm.git git_sync_source_repo: git@git.fridu.us:heckyel/hyperterm.git
git_sync_destination_repo: ssh://git@c.fridu.us/software/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 if: env.git_sync_source_repo && env.git_sync_destination_repo
uses: wei/git-sync@v3 uses: astounds/git-sync@v1
with: with:
source_repo: git@git.fridu.us:heckyel/hyperterm.git source_repo: git@git.fridu.us:heckyel/hyperterm.git
source_branch: "master" source_branch: "master"
@ -29,7 +29,7 @@ jobs:
git_sync_source_repo: git@git.fridu.us:heckyel/hyperterm.git git_sync_source_repo: git@git.fridu.us:heckyel/hyperterm.git
git_sync_destination_repo: git@git.sr.ht:~heckyel/hyperterm git_sync_destination_repo: git@git.sr.ht:~heckyel/hyperterm
if: env.git_sync_source_repo && env.git_sync_destination_repo if: env.git_sync_source_repo && env.git_sync_destination_repo
uses: wei/git-sync@v3 uses: astounds/git-sync@v1
with: with:
source_repo: git@git.fridu.us:heckyel/hyperterm.git source_repo: git@git.fridu.us:heckyel/hyperterm.git
source_branch: "master" source_branch: "master"