🔥 刪除 280blocker

This commit is contained in:
踢低吸 2022-07-22 08:47:11 +00:00
parent ff3d6a492f
commit fe9944ff48
3 changed files with 0 additions and 6840 deletions

View File

@ -1,28 +0,0 @@
name: 280blocker
on:
push:
schedule:
- cron: "0 */1 * * *"
jobs:
go:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: 280blocker_adblock
# continue-on-error: true
run: |
curl --silent --show-error --fail ${{ secrets.BLOCKER_URL }}/280blocker_adblock.txt -o 280blocker/280blocker_adblock.txt
- name: 280blocker_domain_ag
# continue-on-error: true
run: |
curl --silent --show-error --fail ${{ secrets.BLOCKER_URL }}/280blocker_domain_ag.txt -o 280blocker/280blocker_domain_ag.txt
- name: get today date
id: date
run: export TZ='Asia/Taipei' && echo "::set-output name=date::$(date +'%Y-%m-%d-%H')"
- name: push
uses: actions-go/push@v1
with:
commit-files: 280blocker/280blocker_domain_ag.txt, 280blocker/280blocker_adblock.txt
commit-message: 🤖 update 280blocker_${{ steps.date.outputs.date }}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff