Update .gitea/workflows/renovate.yml

This commit is contained in:
2025-10-24 19:44:40 +00:00
parent 8a704b5b25
commit a013ead62d

View File

@@ -24,12 +24,6 @@ jobs:
} >> ~/.ssh/config
chmod 600 ~/.ssh/config
- name: SSH known_hosts setup
run: |
mkdir -p ~/.ssh
ssh-keyscan gitea.akshun-lab.cc >> ~/.ssh/known_hosts
chmod 600 ~/.ssh/known_hosts
- name: Checkout repository
uses: actions/checkout@v5
with: