From dd5e87d3b85d88c06c6d9da28a849736824f4532 Mon Sep 17 00:00:00 2001 From: gentlyxu <1243610+gentlyxu@users.noreply.github.com> Date: Sat, 22 Aug 2020 09:19:19 +0800 Subject: [PATCH] Update build-addr.yml --- .github/workflows/build-addr.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-addr.yml b/.github/workflows/build-addr.yml index ea2bca74..c9d3148c 100644 --- a/.github/workflows/build-addr.yml +++ b/.github/workflows/build-addr.yml @@ -2,7 +2,7 @@ name: Auto build new list on: schedule: - - cron: "1 13 */6 * *" + - cron: "25 01 * * *" jobs: build: runs-on: ubuntu-latest @@ -15,6 +15,7 @@ jobs: run: | git config --local user.email "action@github.com" git config --local user.name "GitHub Action" + git add * git commit -m "Auto renew the anti-AD list." -a - name: Push changes uses: ad-m/github-push-action@master