Skip to content

Commit

Permalink
Update merge_clash_rules.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Aethersailor authored Jan 8, 2025
1 parent 1256c70 commit c562fa1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/merge_clash_rules.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Merge Clash Rules

on:
schedule:
- cron: '0 3 * * *' # 每天凌晨3点运行
#on:
# schedule:
# - cron: '0 3 * * *' # 每天凌晨3点运行
workflow_dispatch: # 允许手动触发

jobs:
Expand All @@ -21,10 +21,10 @@ jobs:
- name: Run Python script
run: python py/merge_rules.py

- name: Commit and push changes
- name: Commit push changes
run: |
git config --local user.name "github-actions[bot]"
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
git add rule/Lan.list
git commit -m "Update LAN rules"
git push
git push

0 comments on commit c562fa1

Please sign in to comment.