mirror of
https://github.com/Chanzhaoyu/chatgpt-web.git
synced 2025-07-21 03:44:21 +00:00
20 lines
383 B
YAML
20 lines
383 B
YAML
# 监听 master 分支
|
|
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
|
|
# action 名称
|
|
name: Contributes
|
|
|
|
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.4
|
|
env:
|
|
GITHUB_TOKEN: ${{ secrets.CONTRIBUTORS_TOKEN }}
|