Update .gitea/workflows/renovate.yml
This commit is contained in:
@@ -12,6 +12,14 @@ jobs:
|
||||
image: renovate/renovate:41.97.7
|
||||
|
||||
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
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user