change ssh install
This commit is contained in:
parent
57d1ce2654
commit
1a1aa73f81
@ -15,11 +15,11 @@ jobs:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v4
|
||||
- name: Install SSH keys
|
||||
uses: shimataro/ssh-key-action@d4fffb50872869abe2d9a9098a6d9c5aa7d16be4
|
||||
uses: webfactory/ssh-agent@v0.9.0
|
||||
with:
|
||||
key: ${{ secrets.SSH_GITEA_SSH_KEY }}
|
||||
name: gitea_action
|
||||
known_hosts: ${{ secrets.SSH_GITEA_KNOWN_HOSTS }}
|
||||
ssh-private-key: ${{ secrets.SSH_GITEA_SSH_KEY }}
|
||||
# name: gitea_action
|
||||
# known_hosts: ${{ secrets.SSH_GITEA_KNOWN_HOSTS }}
|
||||
#- name: Fix SSH key
|
||||
# run: sed -i 's/\r$//g' /root/.ssh/gitea_action
|
||||
- name: List SSH dir
|
||||
|
Loading…
x
Reference in New Issue
Block a user