Skip to content

Merge branch 'main' of https://github.com/LingASDJ/RW-API-Code #128

Merge branch 'main' of https://github.com/LingASDJ/RW-API-Code

Merge branch 'main' of https://github.com/LingASDJ/RW-API-Code #128

# 监听 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 }}