Update .gitea/workflows/renovate.yml

This commit is contained in:
2025-10-24 17:59:40 +00:00
parent 5de8b86b63
commit 1d93c5ac52

View File

@@ -15,8 +15,8 @@ jobs:
- name: Git Setup - name: Git Setup
run: | run: |
mkdir -p ~/.ssh mkdir -p ~/.ssh
echo 'gitea.akshun-lab.cc ' >> ~/.ssh/config echo 'Host gitea.akshun-lab.cc' >> ~/.ssh/config
echo ' HostName gitea.akshun-lab.cc' >> ~/.ssh/config echo ' User git' >> ~/.ssh/config
echo ' Port 222' >> ~/.ssh/config echo ' Port 222' >> ~/.ssh/config
cat ~/.ssh/config cat ~/.ssh/config