try fixing ssh key windows lineending
Some checks failed
gitea-deepak/nixconf/pipeline/head This commit looks good
testing nix stuff / nix (ubuntu-latest) (push) Failing after 18s

This commit is contained in:
Deepak Mallubhotla 2025-03-19 18:38:32 -05:00
parent 4c99320ef0
commit 044620defc
Signed by: deepak
GPG Key ID: 47831B15427F5A55

View File

@ -20,6 +20,8 @@ jobs:
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 files in the repository
run: |
ls ${{ gitea.workspace }}