Update build-addr.yml

pull/233/head
gentlyxu 4 years ago committed by GitHub
parent 2d6f977bc6
commit dd5e87d3b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save