test14
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 3s Details

This commit is contained in:
dm 2024-08-13 09:24:57 +08:00
parent 1311b6c659
commit 57b0c4d296
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ jobs:
- name: Set up SSH
run: |
mkdir -p ~/.ssh
echo "${{ secrets.GITEA_SSH_KEY }}" > ~/.ssh/id_rsa
echo "${{ secrets.GITEA1_SSH_KEY }}" > ~/.ssh/id_rsa
chmod 600 ~/.ssh/id_rsa
ssh-keyscan -H 106.14.174.241 >> ~/.ssh/known_hosts
- name: Check out repository code