diff --git a/.github/workflows/contrib-readme.yml b/.github/workflows/contrib-readme.yml index 5a7c41b..00705d7 100644 --- a/.github/workflows/contrib-readme.yml +++ b/.github/workflows/contrib-readme.yml @@ -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/contributors-readme-action@v2.3.6 + with: + readme_path: "README.md" + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + + - name: Update README.zh-CN.md + uses: akhilmhdh/contributors-readme-action@v2.3.6 + with: + readme_path: "README.zh-CN.md" env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/README.zh-CN.md b/README.zh-CN.md index 8e3ad6c..d6e167a 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -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)。 +## 贡献者 + + + + ## License Copyright (c) The Amphitheatre Authors. All rights reserved.