Skip to content

Commit 1b5f572

Browse files
committed
Add debug ls
1 parent b7319f0 commit 1b5f572

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/gha-summarizer.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ jobs:
2828
template: example/template.md
2929
out-file: out.md
3030

31+
- name: Debug ls
32+
if: always()
33+
run: ls -la
34+
3135
- name: Check if the rendered file is different
3236
run: |
3337
diff --unified ./example/template.md ./out.md | tee diff.txt

0 commit comments

Comments
 (0)