diff --git a/.github/workflows/generate-contributors.yml b/.github/workflows/generate-contributors.yml index 6b11c5bbf..33aba7131 100644 --- a/.github/workflows/generate-contributors.yml +++ b/.github/workflows/generate-contributors.yml @@ -17,13 +17,13 @@ jobs: id: contributors with: filter-author: (renovate\[bot\]|renovate-bot|dependabot\[bot\]) - openDelimiter: '' - closeDelimiter: '' avatarSize: 100 # Set the avatar size. - name: Modify htmlTable credits.md uses: jaywcjlove/github-action-modify-file-content@main with: + openDelimiter: '' + closeDelimiter: '' path: website/src/pages/credits.mdx body: '${{steps.contributors.outputs.htmlTable}}'