Update .gitea/workflows/renovate.yml

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

View File

@@ -12,13 +12,13 @@ jobs:
image: renovate/renovate:41.97.7 image: renovate/renovate:41.97.7
steps: steps:
- name: Git Setup - name: Git Setup
run: | run: |
mkdir -p ~/.ssh mkdir -p ~/.ssh
echo 'gitea.akshun-lab.cc ' >> ~/.ssh/config echo 'gitea.akshun-lab.cc ' >> ~/.ssh/config
echo ' HostName gitea.akshun-lab.cc' >> ~/.ssh/config echo ' HostName gitea.akshun-lab.cc' >> ~/.ssh/config
echo ' Port 222' >> ~/.ssh/config echo ' Port 222' >> ~/.ssh/config
cat ~/.ssh/config cat ~/.ssh/config
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v4 uses: actions/checkout@v4