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