Merge pull request #68 from n9tank/main #131
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 监听 main 分支 | |
| name: Contributes | |
| on: | |
| push: | |
| branches: | |
| - main | |
| jobs: | |
| # 任务 | |
| contrib-readme-en-job: | |
| runs-on: ubuntu-latest | |
| name: A job to automate contrib in readme | |
| steps: | |
| - name: Contribute List | |
| uses: akhilmhdh/contributors-readme-action@v2.3.10 | |
| env: | |
| GITHUB_TOKEN: ${{ secrets.CONTRIBUTORS_TOKEN }} |