From 879469621740c4dab7a7cc40d2461c7a3892563f Mon Sep 17 00:00:00 2001 From: kailong321200875 <321200875@qq.com> Date: Wed, 7 Feb 2024 10:21:12 +0800 Subject: [PATCH] =?UTF-8?q?mod:=20=E5=88=A0=E9=99=A4=E6=97=A0=E7=94=A8?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/reademe-contributors.yml | 25 ---------------------- 1 file changed, 25 deletions(-) delete mode 100644 .github/workflows/reademe-contributors.yml diff --git a/.github/workflows/reademe-contributors.yml b/.github/workflows/reademe-contributors.yml deleted file mode 100644 index 519dbeb..0000000 --- a/.github/workflows/reademe-contributors.yml +++ /dev/null @@ -1,25 +0,0 @@ -# on: -# push: -# branches: -# - master - -# 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 }} - -# contrib-readme-job: -# runs-on: ubuntu-latest -# name: A job to automate contrib in readme.zh-CN -# steps: -# - name: Contribute List -# uses: akhilmhdh/contributors-readme-action@v2.3.4 -# with: -# readme_path: README.zh-CN.md -# env: -# GITHUB_TOKEN: ${{ secrets.CONTRIBUTORS_TOKEN }}