mirror of
https://github.com/FutaGuard/LowTechFilter.git
synced 2025-06-21 05:21:02 +08:00
👷♀️ 施了一些魔法
This commit is contained in:
parent
c099650930
commit
5a394c4784
4
.github/workflows/280blocker.yml
vendored
4
.github/workflows/280blocker.yml
vendored
@ -14,12 +14,12 @@ jobs:
|
||||
uses: wei/curl@master
|
||||
continue-on-error: true
|
||||
with:
|
||||
args: https://280blocker.net/files/280blocker_adblock_$(date +%Y%m).txt -o 280blocker/280blocker_adblock.txt
|
||||
args: ${{ secrets.BLOCKER_URL }}/280blocker_adblock.txt -o 280blocker/280blocker_adblock.txt
|
||||
- name: 280blocker_domain_ag
|
||||
uses: wei/curl@master
|
||||
continue-on-error: true
|
||||
with:
|
||||
args: https://280blocker.net/files/280blocker_domain_ag_$(date +%Y%m).txt -o 280blocker/280blocker_domain_ag.txt
|
||||
args: ${{ 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')"
|
||||
|
Loading…
x
Reference in New Issue
Block a user