From f0835e4020c3637bcab858771a2c7fcd9fca78b0 Mon Sep 17 00:00:00 2001 From: tligui_y Date: Mon, 21 Jul 2025 16:48:16 +0200 Subject: [PATCH] Update action.yml --- action.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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