From 27ed2cc26f113aa941d60c9d2f3c8da3446c4418 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Tue, 8 Apr 2025 15:38:08 +0200 Subject: [PATCH] action: Enable debugging for the git history step --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index 9432864d7..612bb7584 100644 --- a/action.yaml +++ b/action.yaml @@ -74,7 +74,7 @@ runs: sudo apt-get remove apparmor - name: Ensure git history is available - shell: bash + shell: bash -x run: | if [[ ! -d "${{ github.action_path }}/.git" ]]; then rm -rf "${{ github.action_path }}" -- 2.47.2