Skip to content

Commit 48c51ac

Browse files
committed
doc: Modify Contributors info.
1 parent e2b474d commit 48c51ac

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,18 @@ jobs:
1515

1616
- name: Generate Contributors Images
1717
uses: jaywcjlove/github-action-contributors@main
18+
id: contributors
1819
with:
1920
filter-author: (renovate\[bot\]|renovate-bot|dependabot\[bot\])
2021
avatarSize: 42
2122

23+
- name: Modify README.md
24+
uses: jaywcjlove/github-action-modify-file-content@main
25+
with:
26+
path: README.md
27+
body: |
28+
${{steps.contributors.outputs.htmlList}}
29+
2230
- name: Build Linux Command
2331
run: |
2432
npm install

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -336,15 +336,17 @@ https://raw.githubusercontent.com/jaywcjlove/linux-command/master/command/<命
336336
---|---|---
337337
[小弟调调™](http://wangchujiang.com) | [ZhuangZhu-74](https://github.com/ZhuangZhu-74) | [Huck Huang](https://github.com/huckhuang)
338338

339-
## Contributors
339+
## 感谢所有贡献者
340340

341-
As always, thanks to our amazing contributors!
341+
一如既往,感谢我们出色的贡献者!
342342

343+
<!--GAMFC-->
343344
<a href="https://github.com/jaywcjlove/linux-command/graphs/contributors">
344345
<img src="https://jaywcjlove.github.io/linux-command/CONTRIBUTORS.svg" />
345346
</a>
347+
<!--GAMFC-END-->
346348

347-
Made with [github-action-contributors](https://github.com/jaywcjlove/github-action-contributors).
349+
贡献者列表,由 [contributors](https://github.com/jaywcjlove/github-action-contributors) 自动生成
348350

349351
## License
350352

0 commit comments

Comments
 (0)