revert Update .gitea/workflows/renovate.yml
This commit is contained in:
2025-10-24 20:04:22 +00:00
parent 3598619012
commit 1ea99946b6

View File

@@ -22,6 +22,12 @@ jobs:
} >> ~/.ssh/config } >> ~/.ssh/config
chmod 600 ~/.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 - name: Checkout repository
uses: actions/checkout@v5 uses: actions/checkout@v5
with: with: