Merge pull request #21 from WuTofu/dev

Fix missing date in commit for 280blocker
This commit is contained in:
踢低吸 2020-12-08 19:46:53 +08:00 committed by GitHub
commit 1722877b0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: