From 9a0012c21ff02ec826f25e13583843eb404f13b4 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Fri, 19 Jan 2024 22:26:05 -0800 Subject: [PATCH] Dump comments file to make debugging easier --- .github/workflows/issue-write.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/issue-write.yml b/.github/workflows/issue-write.yml index acc625a3e02a3d..b3bfd12058d529 100644 --- a/.github/workflows/issue-write.yml +++ b/.github/workflows/issue-write.yml @@ -70,3 +70,7 @@ jobs: }); } }); + + - name: Dump comments file + if: always() + run: cat comments