From 4c861f0c7a0f7c786e3714e40e24e30978307677 Mon Sep 17 00:00:00 2001 From: l0tk3 <1037730299@qq.com> Date: Mon, 15 Jul 2024 16:44:03 +0800 Subject: [PATCH] delete .github/workflows --- .github/workflows/main.yaml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .github/workflows/main.yaml diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml deleted file mode 100644 index 705b563..0000000 --- a/.github/workflows/main.yaml +++ /dev/null @@ -1,17 +0,0 @@ -on: - push: - branches: - - main - -jobs: - contrib-readme-job: - runs-on: ubuntu-latest - name: A job to automate contrib in readme - permissions: - contents: write - pull-requests: write - steps: - - name: Contribute List - uses: akhilmhdh/contributors-readme-action@v2.3.10 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file