diff --git a/.gitea/workflows/nixtest.yaml b/.gitea/workflows/nixtest.yaml index 8a48102..9d1d64b 100644 --- a/.gitea/workflows/nixtest.yaml +++ b/.gitea/workflows/nixtest.yaml @@ -24,6 +24,8 @@ jobs: # run: sed -i 's/\r$//g' /root/.ssh/gitea_action - name: List SSH dir run: ls /root/.ssh/ + - name: Cat ssh + run: cat /root/.ssh/gitea_action - name: List files in the repository run: | ls ${{ gitea.workspace }}