mirror of
https://github.com/privacy-protection-tools/anti-AD.git
synced 2025-01-22 14:29:16 +08:00
Delete build-addr.yml
This commit is contained in:
parent
ae7cde4b6f
commit
8583776745
25
.github/workflows/build-addr.yml
vendored
25
.github/workflows/build-addr.yml
vendored
@ -1,25 +0,0 @@
|
||||
name: Auto build new list
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: "25 01 */3 * *"
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@main
|
||||
- name: Run start-ci.sh
|
||||
run: |
|
||||
sudo update-alternatives --set php /usr/bin/php7.4
|
||||
./scripts/start-ci.sh
|
||||
- name: Commit files
|
||||
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
|
||||
with:
|
||||
github_token: ${{ secrets.PERSON_TOKEN }}
|
||||
branch: 'master'
|
Loading…
Reference in New Issue
Block a user