From 5de2edee91bfe13e6ffa1ee5f18ab9b6068843f5 Mon Sep 17 00:00:00 2001 From: Eguo Wang Date: Thu, 11 Jan 2024 09:30:06 +0800 Subject: [PATCH] fix: Update contributors for both README.md and README.zh-CN.md --- .github/workflows/contrib-readme.yml | 11 ++++++++++- README.zh-CN.md | 5 +++++ 2 files changed, 15 insertions(+), 1 deletion(-) 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.