From c014225780b0d0956ba01f23128df0e96fb829fc Mon Sep 17 00:00:00 2001 From: Akshun Aggarwal Date: Fri, 24 Oct 2025 17:55:38 +0000 Subject: [PATCH] Update .gitea/workflows/renovate.yml --- .gitea/workflows/renovate.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.gitea/workflows/renovate.yml b/.gitea/workflows/renovate.yml index d24942e..35601d7 100644 --- a/.gitea/workflows/renovate.yml +++ b/.gitea/workflows/renovate.yml @@ -12,13 +12,13 @@ jobs: image: renovate/renovate:41.97.7 steps: - - 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 - cat ~/.ssh/config + - 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 + cat ~/.ssh/config - name: Checkout repository uses: actions/checkout@v4