]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
action: Enable debugging for the git history step 3668/head
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Tue, 8 Apr 2025 13:38:08 +0000 (15:38 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Tue, 8 Apr 2025 13:38:08 +0000 (15:38 +0200)
action.yaml

index 9432864d74180b742a655bc8a52ea3d2c2b3f137..612bb7584354958e595f0cf9db858f362d9e95de 100644 (file)
@@ -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 }}"