From 856094374d90f511235f3db6e43a3d957e15a328 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E5=BC=9F=E8=B0=83=E8=B0=83?= <398188662@qq.com> Date: Tue, 13 May 2025 01:18:33 +0800 Subject: [PATCH] ci: update workflows config. --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b8258c63..db491b31 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,6 +30,7 @@ jobs: uses: jaywcjlove/github-action-modify-file-content@main with: path: CONTRIBUTING.md + trim_whitespace: false body: | ${{steps.contributors.outputs.htmlList}} @@ -37,6 +38,7 @@ jobs: uses: jaywcjlove/github-action-modify-file-content@main with: path: README.md + trim_whitespace: false body: | ${{steps.contributors.outputs.htmlList}}