Skip to content

Commit 3ba4b93

Browse files
authored
fix: contributors prefix
1 parent dabef22 commit 3ba4b93

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/contributors.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# This is a basic workflow to help you get started with Actions
2+
#
3+
# ref:
4+
# - https://github.com/BobAnkh/add-contributors/blob/master/.github/workflows/contributors.yml
5+
#
26

37
name: Add contributors
48
on:
@@ -15,11 +19,11 @@ jobs:
1519
- uses: actions/checkout@v2
1620
- uses: BobAnkh/add-contributors@master
1721
with:
18-
CONTRIBUTOR: '### Contributors'
22+
CONTRIBUTOR: '## Contributors:' # TODO X: reset here!
1923
COLUMN_PER_ROW: '6'
2024
ACCESS_TOKEN: ${{secrets.GITHUB_TOKEN}}
2125
IMG_WIDTH: '100'
2226
FONT_SIZE: '14'
23-
PATH: '/readme.md'
27+
PATH: '/readme.md' # TODO X: check here!
2428
COMMIT_MESSAGE: 'docs(README): update contributors'
2529
AVATAR_SHAPE: 'round'

0 commit comments

Comments
 (0)