Update .gitea/workflows/renovate.yml

This commit is contained in:
2025-10-24 18:07:47 +00:00
parent 4813add86b
commit e090420fd1

View File

@@ -18,13 +18,12 @@ 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 'Host *' >> ~/.ssh/config
echo ' StrictHostKeyChecking no' >> ~/.ssh/config
cat ~/.ssh/config cat ~/.ssh/config
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with:
ssh-strict: false
ssh-key: ${{ secrets.SSH_KEY }} ssh-key: ${{ secrets.SSH_KEY }}
github-server-url: 'https://gitea.akshun-lab.cc' github-server-url: 'https://gitea.akshun-lab.cc'
repository: aggarwalakshun/k3s repository: aggarwalakshun/k3s