try fixing ssh key windows lineending
This commit is contained in:
parent
4c99320ef0
commit
044620defc
@ -20,6 +20,8 @@ jobs:
|
|||||||
key: ${{ secrets.SSH_GITEA_SSH_KEY }}
|
key: ${{ secrets.SSH_GITEA_SSH_KEY }}
|
||||||
name: gitea_action
|
name: gitea_action
|
||||||
known_hosts: ${{ secrets.SSH_GITEA_KNOWN_HOSTS }}
|
known_hosts: ${{ secrets.SSH_GITEA_KNOWN_HOSTS }}
|
||||||
|
- name: Fix SSH key
|
||||||
|
run: sed -i 's/\r$//g' /root/.ssh/gitea_action
|
||||||
- name: List files in the repository
|
- name: List files in the repository
|
||||||
run: |
|
run: |
|
||||||
ls ${{ gitea.workspace }}
|
ls ${{ gitea.workspace }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user