From b1185986a72fac53f0f4d389b30e80292e36e0c0 Mon Sep 17 00:00:00 2001 From: tdc Date: Thu, 5 Dec 2024 16:12:08 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20TWNIC=20=E5=B7=B2=E5=81=9C?= =?UTF-8?q?=E6=AD=A2=E5=85=AC=E5=B8=83=20rpz=20=E6=B8=85=E5=96=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/twnic_rpz.yml | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 .github/workflows/twnic_rpz.yml diff --git a/.github/workflows/twnic_rpz.yml b/.github/workflows/twnic_rpz.yml deleted file mode 100644 index d81bfc6..0000000 --- a/.github/workflows/twnic_rpz.yml +++ /dev/null @@ -1,26 +0,0 @@ -name: TWNIC RPZ - -on: - schedule: - - cron: '0 0 * * *' - workflow_dispatch: - -jobs: - update_twnic_rpz_data: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - uses: actions/setup-python@v4 - with: - python-version: '3.9' - cache: 'pip' # caching pip dependencies - - run: pip install -r AutoBuild/requirements.txt && python AutoBuild/twnic_rpz.py - - name: push - uses: github-actions-x/commit@v2.9 - with: - github-token: ${{ secrets.GITHUB_TOKEN }} - push-branch: 'master' - commit-message: '🤖 自動更新 TWNIC RPZ 封鎖域名' - files: TWNIC-RPZ.txt - name: tdc - email: tdc@sudo.host