chore: 推送错误,应该在 dev 分支上
parent
e23e1df3ce
commit
58464b2cee
@ -1,19 +0,0 @@
|
||||
# 监听 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 }}
|
Loading…
Reference in New Issue