From 1b5f572b71234749c052cda5eea1d7e4919396b9 Mon Sep 17 00:00:00 2001 From: VOID404 Date: Sat, 7 Sep 2024 09:51:07 +0200 Subject: [PATCH] Add debug ls --- .github/workflows/gha-summarizer.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/gha-summarizer.yaml b/.github/workflows/gha-summarizer.yaml index eac5bfa..82ee27f 100644 --- a/.github/workflows/gha-summarizer.yaml +++ b/.github/workflows/gha-summarizer.yaml @@ -28,6 +28,10 @@ jobs: template: example/template.md out-file: out.md + - name: Debug ls + if: always() + run: ls -la + - name: Check if the rendered file is different run: | diff --unified ./example/template.md ./out.md | tee diff.txt