From 23763039929b34a7b3d7cbb391be127ae0e187ed Mon Sep 17 00:00:00 2001 From: Matt Reeves Date: Thu, 5 Dec 2024 21:43:02 -0500 Subject: [PATCH] add ansible debug --- .forgejo/workflows/ansibleCD.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.forgejo/workflows/ansibleCD.yml b/.forgejo/workflows/ansibleCD.yml index 91cc4ef..2043468 100644 --- a/.forgejo/workflows/ansibleCD.yml +++ b/.forgejo/workflows/ansibleCD.yml @@ -11,6 +11,11 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 + - name: Debug Repository Contents + run: | + pwd + ls -R + - name: Fetch all history for git diff run: git fetch --depth=2