Skip to content

Commit

Permalink
fix: Update contributors for both README.md and README.zh-CN.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wangeguo committed Jan 11, 2024
1 parent 70a7e50 commit 5de2ede
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/contrib-readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,16 @@ jobs:
runs-on: ubuntu-latest
name: A job to automate contrib in readme
steps:
- name: Contribute List
- name: Update README.md
uses: akhilmhdh/[email protected]
with:
readme_path: "README.md"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Update README.zh-CN.md
uses: akhilmhdh/[email protected]
with:
readme_path: "README.zh-CN.md"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5 changes: 5 additions & 0 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,11 @@ amp run

更多信息,请参考[如何贡献](https://github.com/amphitheatre-app/playground/blob/master/docs/how_to_contribute.zh-CN.md)[贡献奖励公告](https://github.com/amphitheatre-app/playground/issues/4)

## 贡献者

<!-- readme: collaborators,contributors -start -->
<!-- readme: collaborators,contributors -end -->

## License

Copyright (c) The Amphitheatre Authors. All rights reserved.
Expand Down

0 comments on commit 5de2ede

Please sign in to comment.