From 39a5d641933ef086dc7347a36dde2306ba797bcd Mon Sep 17 00:00:00 2001 From: littleblack111 Date: Tue, 7 Jan 2025 18:17:49 +0800 Subject: [PATCH] f --- .github/workflows/ci.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 564ddb0f800..57256bc0af9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -134,11 +134,6 @@ jobs: - name: Create patch if: failure() run: | - message: - please fix the following formatting issues, or directly apply the patch - ```diff - << FILE_CONTENTS >> - ``` echo "fix the following formatting issues, or directly apply the patch" > clang-format.patch echo '```diff' >> clang-format.patch git diff >> clang-format.patch