From 8e2a17c602ca60b62a3ba2b1aeb9978da7d22608 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Krzemin=CC=81ski?= Date: Fri, 20 Sep 2024 10:48:59 +0200 Subject: [PATCH] Debug: list current directory --- .github/workflows/deploy-to-stream-dist.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-to-stream-dist.yml b/.github/workflows/deploy-to-stream-dist.yml index 853eba338..f533f97a2 100644 --- a/.github/workflows/deploy-to-stream-dist.yml +++ b/.github/workflows/deploy-to-stream-dist.yml @@ -60,7 +60,7 @@ jobs: - name: Deploy to xwp/stream-dist run: | - ls -al .ssh + ls -al cat .ssh/config export GIT_DIR="$DIST_DIR/.git" export GIT_WORK_TREE="$DIST_DIR"