workflow: delete contributors-readme-action
parent
3708c45789
commit
997f323e69
@ -1,25 +1,25 @@
|
|||||||
on:
|
# on:
|
||||||
push:
|
# push:
|
||||||
branches:
|
# branches:
|
||||||
- master
|
# - master
|
||||||
|
|
||||||
jobs:
|
# jobs:
|
||||||
contrib-readme-en-job:
|
# contrib-readme-en-job:
|
||||||
runs-on: ubuntu-latest
|
# runs-on: ubuntu-latest
|
||||||
name: A job to automate contrib in readme
|
# name: A job to automate contrib in readme
|
||||||
steps:
|
# steps:
|
||||||
- name: Contribute List
|
# - name: Contribute List
|
||||||
uses: akhilmhdh/contributors-readme-action@v2.3.4
|
# uses: akhilmhdh/contributors-readme-action@v2.3.4
|
||||||
env:
|
# env:
|
||||||
GITHUB_TOKEN: ${{ secrets.CONTRIBUTORS_TOKEN }}
|
# GITHUB_TOKEN: ${{ secrets.CONTRIBUTORS_TOKEN }}
|
||||||
|
|
||||||
contrib-readme-job:
|
# contrib-readme-job:
|
||||||
runs-on: ubuntu-latest
|
# runs-on: ubuntu-latest
|
||||||
name: A job to automate contrib in readme.zh-CN
|
# name: A job to automate contrib in readme.zh-CN
|
||||||
steps:
|
# steps:
|
||||||
- name: Contribute List
|
# - name: Contribute List
|
||||||
uses: akhilmhdh/contributors-readme-action@v2.3.4
|
# uses: akhilmhdh/contributors-readme-action@v2.3.4
|
||||||
with:
|
# with:
|
||||||
readme_path: README.zh-CN.md
|
# readme_path: README.zh-CN.md
|
||||||
env:
|
# env:
|
||||||
GITHUB_TOKEN: ${{ secrets.CONTRIBUTORS_TOKEN }}
|
# GITHUB_TOKEN: ${{ secrets.CONTRIBUTORS_TOKEN }}
|
||||||
|
|||||||
Loading…
Reference in New Issue