From: Daan De Meyer Date: Tue, 8 Apr 2025 13:38:08 +0000 (+0200) Subject: action: Enable debugging for the git history step X-Git-Tag: v26~262^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27ed2cc26f113aa941d60c9d2f3c8da3446c4418;p=thirdparty%2Fmkosi.git action: Enable debugging for the git history step --- 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 }}"