From: Daan De Meyer Date: Tue, 8 Apr 2025 15:01:26 +0000 (+0200) Subject: action: Drop debug logging X-Git-Tag: v26~259 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32105855f386c980069d134d1b0f8fea4db2129e;p=thirdparty%2Fmkosi.git action: Drop debug logging --- diff --git a/action.yaml b/action.yaml index 457687d6c..e5823195c 100644 --- a/action.yaml +++ b/action.yaml @@ -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 }}"