Update .gitea/workflows/renovate.yml
This commit is contained in:
@@ -15,9 +15,9 @@ jobs:
|
||||
- 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
|
||||
echo 'Host gitea.akshun-lab.cc' >> ~/.ssh/config
|
||||
echo ' User git' >> ~/.ssh/config
|
||||
echo ' Port 222' >> ~/.ssh/config
|
||||
cat ~/.ssh/config
|
||||
|
||||
- name: Checkout repository
|
||||
|
||||
Reference in New Issue
Block a user