diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 95be86f432d..231f770eaa9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,14 +18,14 @@ jobs: id: contributors with: filter-author: (renovate\[bot\]|renovate-bot|dependabot\[bot\]) - openDelimiter: '' - closeDelimiter: '' avatarSize: 42 - name: Modify README.md uses: jaywcjlove/github-action-modify-file-content@main with: path: README.md + openDelimiter: '' + closeDelimiter: '' body: | ${{steps.contributors.outputs.htmlList}} @@ -33,6 +33,8 @@ jobs: uses: jaywcjlove/github-action-modify-file-content@main with: path: template/contributors.ejs + openDelimiter: '' + closeDelimiter: '' body: | ${{steps.contributors.outputs.htmlList}}