From 3ba4b932b2d4b06f91549f47f15f484d9c8bd43b Mon Sep 17 00:00:00 2001 From: "Henry.Huang" Date: Wed, 15 Jun 2022 07:15:59 +0800 Subject: [PATCH] fix: contributors prefix --- .github/workflows/contributors.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/contributors.yml b/.github/workflows/contributors.yml index dcdf5af..32d6cad 100644 --- a/.github/workflows/contributors.yml +++ b/.github/workflows/contributors.yml @@ -1,4 +1,8 @@ # This is a basic workflow to help you get started with Actions +# +# ref: +# - https://github.com/BobAnkh/add-contributors/blob/master/.github/workflows/contributors.yml +# name: Add contributors on: @@ -15,11 +19,11 @@ jobs: - uses: actions/checkout@v2 - uses: BobAnkh/add-contributors@master with: - CONTRIBUTOR: '### Contributors' + CONTRIBUTOR: '## Contributors:' # TODO X: reset here! COLUMN_PER_ROW: '6' ACCESS_TOKEN: ${{secrets.GITHUB_TOKEN}} IMG_WIDTH: '100' FONT_SIZE: '14' - PATH: '/readme.md' + PATH: '/readme.md' # TODO X: check here! COMMIT_MESSAGE: 'docs(README): update contributors' AVATAR_SHAPE: 'round'