Compare commits
2 Commits
v2.4.2-rc2
...
v2.4.2-rc4
| Author | SHA1 | Date | |
|---|---|---|---|
| 4fe0378d1c | |||
| fb58e62fd9 |
@@ -22,7 +22,8 @@ jobs:
|
||||
- name: Add Gitea SSH Host Key
|
||||
run: |
|
||||
mkdir -p ~/.ssh
|
||||
ssh-keyscan -p 222 thunderobot >> ~/.ssh/known_hosts
|
||||
ssh-keyscan -p 222 100.93.226.13 >> ~/.ssh/known_hosts
|
||||
sed -i 's/100.93.226.13/thunderobot/g' ~/.ssh/known_hosts
|
||||
|
||||
- name: Checkout Code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user