diff options
| author | Astounds <kirito@disroot.org> | 2026-05-17 16:34:17 -0500 |
|---|---|---|
| committer | Astounds <kirito@disroot.org> | 2026-05-17 16:34:17 -0500 |
| commit | 10a101b226e8bcb4797c04c5619386396ed6efa0 (patch) | |
| tree | 8a4ee1b02f3d98c949eeb41febfdbd5abc0b58ff /.gitea/workflows/git-sync.yaml | |
| parent | 11a534ca110ec15e941ceb5744031484e1df384c (diff) | |
| download | yt-local-10a101b226e8bcb4797c04c5619386396ed6efa0.tar.lz yt-local-10a101b226e8bcb4797c04c5619386396ed6efa0.tar.xz yt-local-10a101b226e8bcb4797c04c5619386396ed6efa0.zip | |
Diffstat (limited to '.gitea/workflows/git-sync.yaml')
| -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 706df7e..f1028c5 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/yt-local.git git_sync_destination_repo: ssh://git@c.fridu.us/software/yt-local.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/yt-local.git source_branch: "master" @@ -29,7 +29,7 @@ jobs: git_sync_source_repo: git@git.fridu.us:heckyel/yt-local.git git_sync_destination_repo: git@git.sr.ht:~heckyel/yt-local 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/yt-local.git source_branch: "master" |
