Update .gitea/workflows/renovate.yml

This commit is contained in:
2025-10-24 18:01:18 +00:00
parent 1d93c5ac52
commit 78e9e6b134

View File

@@ -18,6 +18,7 @@ jobs:
echo 'Host gitea.akshun-lab.cc' >> ~/.ssh/config echo 'Host gitea.akshun-lab.cc' >> ~/.ssh/config
echo ' User git' >> ~/.ssh/config echo ' User git' >> ~/.ssh/config
echo ' Port 222' >> ~/.ssh/config echo ' Port 222' >> ~/.ssh/config
echo ' StrictHostKeyChecking no' >> ~/.ssh/config
cat ~/.ssh/config cat ~/.ssh/config
- name: Checkout repository - name: Checkout repository