diff --git a/action.yml b/action.yml index f276ffc..4064fc5 100644 --- a/action.yml +++ b/action.yml @@ -36,8 +36,7 @@ runs: shell: bash run: | echo "📂 Files in repo root:" - ls -1 - ls "$GITHUB_WORKSPACE" + ls -l "$GITHUB_WORKSPACE/test-ci" - name: Symlink conftest.py into module-dir shell: bash