🤖塞時間進去 fix

This commit is contained in:
WuTofu 2020-12-08 19:38:07 +08:00 committed by GitHub
parent 13a80657a0
commit d2dae4d225
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: