From 1d93c5ac5203d101cdbae28f2d211dc03b27f3e6 Mon Sep 17 00:00:00 2001 From: Akshun Aggarwal Date: Fri, 24 Oct 2025 17:59:40 +0000 Subject: [PATCH] Update .gitea/workflows/renovate.yml --- .gitea/workflows/renovate.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/renovate.yml b/.gitea/workflows/renovate.yml index 164ad2a..f6fb528 100644 --- a/.gitea/workflows/renovate.yml +++ b/.gitea/workflows/renovate.yml @@ -15,9 +15,9 @@ jobs: - name: Git Setup run: | mkdir -p ~/.ssh - echo 'gitea.akshun-lab.cc ' >> ~/.ssh/config - echo ' HostName gitea.akshun-lab.cc' >> ~/.ssh/config - echo ' Port 222' >> ~/.ssh/config + echo 'Host gitea.akshun-lab.cc' >> ~/.ssh/config + echo ' User git' >> ~/.ssh/config + echo ' Port 222' >> ~/.ssh/config cat ~/.ssh/config - name: Checkout repository