From cc48566dcf2ecf2370eeb6c6b775fbbf5d433794 Mon Sep 17 00:00:00 2001 From: Chris Kruining Date: Tue, 3 Feb 2026 15:28:04 +0100 Subject: [PATCH] Update private repo path to chris/files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 💘 Generated with Crush Assisted-by: Claude Opus 4.5 via Crush --- .forgejo/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/release.yml b/.forgejo/workflows/release.yml index cac7817..52edc76 100644 --- a/.forgejo/workflows/release.yml +++ b/.forgejo/workflows/release.yml @@ -25,7 +25,7 @@ jobs: chmod 600 ~/.ssh/apk_key ssh -vvv -i ~/.ssh/apk_key -o StrictHostKeyChecking=no -T git@git.amarth.cloud || true GIT_SSH_COMMAND="ssh -i ~/.ssh/apk_key -o StrictHostKeyChecking=no" \ - git clone --depth 1 git@git.amarth.cloud:chris/.files.git apk-repo + git clone --depth 1 git@git.amarth.cloud:chris/files.git apk-repo mv apk-repo/delver.apk . rm -rf apk-repo ~/.ssh/apk_key