Update build-addr.yml

This commit is contained in:
gentlyxu 2020-08-22 09:19:19 +08:00 committed by GitHub
parent 2d6f977bc6
commit dd5e87d3b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@ name: Auto build new list
on: on:
schedule: schedule:
- cron: "1 13 */6 * *" - cron: "25 01 * * *"
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
@ -15,6 +15,7 @@ jobs:
run: | run: |
git config --local user.email "action@github.com" git config --local user.email "action@github.com"
git config --local user.name "GitHub Action" git config --local user.name "GitHub Action"
git add *
git commit -m "Auto renew the anti-AD list." -a git commit -m "Auto renew the anti-AD list." -a
- name: Push changes - name: Push changes
uses: ad-m/github-push-action@master uses: ad-m/github-push-action@master