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,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