From 5ce7ffc8885f23fdc9933dda2c8c79c49200e27d Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Sat, 19 Nov 2022 16:51:33 -0600 Subject: [PATCH] Show contents --- .github/workflows/main_matrix.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/main_matrix.yml b/.github/workflows/main_matrix.yml index d0edee63d..af2518941 100644 --- a/.github/workflows/main_matrix.yml +++ b/.github/workflows/main_matrix.yml @@ -103,6 +103,9 @@ jobs: submodules: "recursive" ref: ${{github.event.pull_request.head.ref}} repository: ${{github.event.pull_request.head.repo.full_name}} + + - name: Show contents # For diagnostics + run: ls -lR - uses: ./../.github/workflows/build_esp32.yml with: