Update .gitea/workflows/renovate.yml

This commit is contained in:
2025-10-24 17:55:06 +00:00
parent a510353e11
commit e3c6a4a4c9

View File

@@ -12,6 +12,14 @@ jobs:
image: renovate/renovate:41.97.7 image: renovate/renovate:41.97.7
steps: 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: Checkout repository - name: Checkout repository
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with: