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}}