From fc7204c6ed10d031b71b99860be4e7450abb51cd Mon Sep 17 00:00:00 2001 From: Deepak Mallubhotla Date: Wed, 19 Mar 2025 18:40:11 -0500 Subject: [PATCH] add step listing ssh dir --- .gitea/workflows/nixtest.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/nixtest.yaml b/.gitea/workflows/nixtest.yaml index cda09eb..8a48102 100644 --- a/.gitea/workflows/nixtest.yaml +++ b/.gitea/workflows/nixtest.yaml @@ -20,8 +20,10 @@ 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: Fix SSH key + # run: sed -i 's/\r$//g' /root/.ssh/gitea_action + - name: List SSH dir + run: ls /root/.ssh/ - name: List files in the repository run: | ls ${{ gitea.workspace }}