Skip to content

Commit

Permalink
Add debug ls
Browse files Browse the repository at this point in the history
  • Loading branch information
VOID404 committed Sep 7, 2024
1 parent b7319f0 commit 1b5f572
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/gha-summarizer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1b5f572

Please sign in to comment.