mirror of
https://github.com/privacy-protection-tools/anti-AD.git
synced 2025-02-02 11:43:00 +08:00
Update build-addr.yml
This commit is contained in:
parent
2d6f977bc6
commit
dd5e87d3b8
3
.github/workflows/build-addr.yml
vendored
3
.github/workflows/build-addr.yml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user