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-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F3668%2Fhead;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 }}"