mirror of
https://github.com/FutaGuard/LowTechFilter.git
synced 2025-06-21 05:21:02 +08:00
🔥 刪除 280blocker
This commit is contained in:
parent
ff3d6a492f
commit
fe9944ff48
28
.github/workflows/280blocker.yml
vendored
28
.github/workflows/280blocker.yml
vendored
@ -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
Loading…
x
Reference in New Issue
Block a user