diff options
| author | Astounds <kirito@disroot.org> | 2026-08-07 16:23:44 -0500 |
|---|---|---|
| committer | Astounds <kirito@disroot.org> | 2026-08-07 16:23:44 -0500 |
| commit | d6ea70b47c2f19b68effb57502a4b33f428a937a (patch) | |
| tree | 974d631fa4440a7a7a65ee8b006c35124c804992 | |
| parent | 79e04842d239770fbe86bcfa60c693480a6b60cc (diff) | |
| download | emacs-personal-master.tar.lz emacs-personal-master.tar.xz emacs-personal-master.zip | |
| -rw-r--r-- | .gitea/workflows/git-sync.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitea/workflows/git-sync.yaml b/.gitea/workflows/git-sync.yaml index bf1446e..2e274fd 100644 --- a/.gitea/workflows/git-sync.yaml +++ b/.gitea/workflows/git-sync.yaml @@ -43,7 +43,7 @@ jobs: git_sync_source_repo: git@git.fridu.us:heckyel/emacs-personal.git git_sync_destination_repo: ssh://git@c.fridu.us/software/emacs-personal.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/emacs-personal.git source_branch: "master" @@ -57,7 +57,7 @@ jobs: git_sync_source_repo: git@git.fridu.us:heckyel/emacs-personal.git git_sync_destination_repo: git@git.sr.ht:~heckyel/emacs-personal 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/emacs-personal.git source_branch: "master" |
