From 57d1ce26541ecdfdc207b8d6cbe103eb7c2d76f0 Mon Sep 17 00:00:00 2001 From: Deepak Mallubhotla Date: Wed, 19 Mar 2025 18:41:08 -0500 Subject: [PATCH] cat the key? --- .gitea/workflows/nixtest.yaml | 2 ++ 1 file changed, 2 insertions(+) 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 }}