doc: Modify Contributors info.
This commit is contained in:
parent
e2b474d472
commit
48c51ac554
|
|
@ -15,10 +15,18 @@ jobs:
|
||||||
|
|
||||||
- name: Generate Contributors Images
|
- name: Generate Contributors Images
|
||||||
uses: jaywcjlove/github-action-contributors@main
|
uses: jaywcjlove/github-action-contributors@main
|
||||||
|
id: contributors
|
||||||
with:
|
with:
|
||||||
filter-author: (renovate\[bot\]|renovate-bot|dependabot\[bot\])
|
filter-author: (renovate\[bot\]|renovate-bot|dependabot\[bot\])
|
||||||
avatarSize: 42
|
avatarSize: 42
|
||||||
|
|
||||||
|
- name: Modify README.md
|
||||||
|
uses: jaywcjlove/github-action-modify-file-content@main
|
||||||
|
with:
|
||||||
|
path: README.md
|
||||||
|
body: |
|
||||||
|
${{steps.contributors.outputs.htmlList}}
|
||||||
|
|
||||||
- name: Build Linux Command
|
- name: Build Linux Command
|
||||||
run: |
|
run: |
|
||||||
npm install
|
npm install
|
||||||
|
|
|
||||||
|
|
@ -336,15 +336,17 @@ https://raw.githubusercontent.com/jaywcjlove/linux-command/master/command/<命
|
||||||
---|---|---
|
---|---|---
|
||||||
[小弟调调™](http://wangchujiang.com) | [ZhuangZhu-74](https://github.com/ZhuangZhu-74) | [Huck Huang](https://github.com/huckhuang)
|
[小弟调调™](http://wangchujiang.com) | [ZhuangZhu-74](https://github.com/ZhuangZhu-74) | [Huck Huang](https://github.com/huckhuang)
|
||||||
|
|
||||||
## Contributors
|
## 感谢所有贡献者
|
||||||
|
|
||||||
As always, thanks to our amazing contributors!
|
一如既往,感谢我们出色的贡献者!
|
||||||
|
|
||||||
|
<!--GAMFC-->
|
||||||
<a href="https://github.com/jaywcjlove/linux-command/graphs/contributors">
|
<a href="https://github.com/jaywcjlove/linux-command/graphs/contributors">
|
||||||
<img src="https://jaywcjlove.github.io/linux-command/CONTRIBUTORS.svg" />
|
<img src="https://jaywcjlove.github.io/linux-command/CONTRIBUTORS.svg" />
|
||||||
</a>
|
</a>
|
||||||
|
<!--GAMFC-END-->
|
||||||
|
|
||||||
Made with [github-action-contributors](https://github.com/jaywcjlove/github-action-contributors).
|
贡献者列表,由 [contributors](https://github.com/jaywcjlove/github-action-contributors) 自动生成
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue