We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dabef22 commit 3ba4b93Copy full SHA for 3ba4b93
.github/workflows/contributors.yml
@@ -1,4 +1,8 @@
1
# 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
6
7
name: Add contributors
8
on:
@@ -15,11 +19,11 @@ jobs:
15
19
- uses: actions/checkout@v2
16
20
- uses: BobAnkh/add-contributors@master
17
21
with:
18
- CONTRIBUTOR: '### Contributors'
22
+ CONTRIBUTOR: '## Contributors:' # TODO X: reset here!
23
COLUMN_PER_ROW: '6'
24
ACCESS_TOKEN: ${{secrets.GITHUB_TOKEN}}
25
IMG_WIDTH: '100'
26
FONT_SIZE: '14'
- PATH: '/readme.md'
27
+ PATH: '/readme.md' # TODO X: check here!
28
COMMIT_MESSAGE: 'docs(README): update contributors'
29
AVATAR_SHAPE: 'round'
0 commit comments