]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
action: Drop debug logging
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Tue, 8 Apr 2025 15:01:26 +0000 (17:01 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Tue, 8 Apr 2025 15:01:51 +0000 (17:01 +0200)
action.yaml

index 457687d6c9293680af2917a21b73d4a8be48679a..e5823195cac4d5bb541de20fe2d91bbd3e35f83c 100644 (file)
@@ -82,7 +82,6 @@ runs:
     - name: Ensure git history is available
       shell: bash
       run: |
-        set -x
         if [[ ! -d "${{ github.action_path }}/.git" ]]; then
             rm -rf "${{ github.action_path }}"
             git clone "https://github.com/${{ inputs.action_repository }}" "${{ github.action_path }}"