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