add step listing ssh dir
Some checks failed
gitea-deepak/nixconf/pipeline/head This commit looks good
testing nix stuff / nix (ubuntu-latest) (push) Failing after 16s

This commit is contained in:
Deepak Mallubhotla 2025-03-19 18:40:11 -05:00
parent 044620defc
commit fc7204c6ed
Signed by: deepak
GPG Key ID: 47831B15427F5A55

View File

@ -20,8 +20,10 @@ 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 #- name: Fix SSH key
run: sed -i 's/\r$//g' /root/.ssh/gitea_action # run: sed -i 's/\r$//g' /root/.ssh/gitea_action
- name: List SSH dir
run: ls /root/.ssh/
- name: List files in the repository - name: List files in the repository
run: | run: |
ls ${{ gitea.workspace }} ls ${{ gitea.workspace }}