mirror of
https://github.com/FutaGuard/LowTechFilter.git
synced 2025-06-21 05:21:02 +08:00
Merge pull request #21 from WuTofu/dev
Fix missing date in commit for 280blocker
This commit is contained in:
commit
1722877b0a
2
.github/workflows/280blocker.yml
vendored
2
.github/workflows/280blocker.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
||||
args: https://280blocker.net/files/280blocker_domain_ag_$(date +%Y%m).txt -o 280blocker/280blocker_domain_ag.txt
|
||||
- name: get today date
|
||||
id: date
|
||||
run: echo "name=$(date +'%Y-%m-%d')" >> $GITHUB_ENV
|
||||
run: echo "::set-output name=date::$(date +'%Y-%m-%d')"
|
||||
- name: push
|
||||
uses: actions-go/push@v1
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user