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