Skip to content

Commit

Permalink
fix: contributors prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
hhstore committed Jun 14, 2022
1 parent dabef22 commit 3ba4b93
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/contributors.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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'

0 comments on commit 3ba4b93

Please sign in to comment.