test14
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 3s
Details
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 3s
Details
This commit is contained in:
parent
1311b6c659
commit
57b0c4d296
|
@ -22,7 +22,7 @@ jobs:
|
||||||
- name: Set up SSH
|
- name: Set up SSH
|
||||||
run: |
|
run: |
|
||||||
mkdir -p ~/.ssh
|
mkdir -p ~/.ssh
|
||||||
echo "${{ secrets.GITEA_SSH_KEY }}" > ~/.ssh/id_rsa
|
echo "${{ secrets.GITEA1_SSH_KEY }}" > ~/.ssh/id_rsa
|
||||||
chmod 600 ~/.ssh/id_rsa
|
chmod 600 ~/.ssh/id_rsa
|
||||||
ssh-keyscan -H 106.14.174.241 >> ~/.ssh/known_hosts
|
ssh-keyscan -H 106.14.174.241 >> ~/.ssh/known_hosts
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
|
|
Loading…
Reference in New Issue