From e2029f31285c93378bfab14e2aac88778972e89a Mon Sep 17 00:00:00 2001 From: Leonie Farber Date: Wed, 19 Mar 2025 10:22:25 +0100 Subject: [PATCH] Update deploy_test.yml --- .github/workflows/deploy_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_test.yml b/.github/workflows/deploy_test.yml index 6f20291..af8a95e 100644 --- a/.github/workflows/deploy_test.yml +++ b/.github/workflows/deploy_test.yml @@ -38,7 +38,7 @@ jobs: - name: List repository structure run: | echo "Listing repository structure:" - find . -maxdepth=2 | sort + ls -R - name: Dotenv Action uses: falti/dotenv-action@v1.1.4