From 1933c49d759d5dd3a6ae580f84cbf87162fa1573 Mon Sep 17 00:00:00 2001 From: Guillaume Berche Date: Tue, 2 Jan 2024 16:57:20 +0100 Subject: [PATCH] Refine debugging traces --- .github/workflows/on-commits.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/on-commits.yml b/.github/workflows/on-commits.yml index 4e4b5dd3..9f0b3b6a 100644 --- a/.github/workflows/on-commits.yml +++ b/.github/workflows/on-commits.yml @@ -81,6 +81,7 @@ jobs: else echo "Nothing to commit" fi + echo "Resulting State:" tree -s src if [ -d blobs ];then # The blobs dir is only present when a blob is modified or has not yet been published. tree -s blobs