From e89aef324ba8801e67658e1f2994c9ec0cba5ab3 Mon Sep 17 00:00:00 2001 From: Philipp Heuer Date: Sat, 25 Mar 2023 00:20:25 +0100 Subject: [PATCH] chore: check contents for .git dir --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5061294..fba3397 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,4 +46,6 @@ jobs: - name: info run: | cat $GITHUB_EVENT_PATH + ls .git + ls .git/logs cat .git/logs/HEAD