From cf8bb490930022d68e7f1a6b15b1000d8e65541a Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Tue, 11 Apr 2023 21:25:36 +1000 Subject: [PATCH] Update generate-contributors.yml --- .github/workflows/generate-contributors.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}}'