Skip to content

Commit

Permalink
更新 update_hosts.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sinspired committed Nov 13, 2024
1 parent 18365bd commit 4480cc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update_hosts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Update hosts
on:
push:
paths:
- 'setHosts.py'
- 'SetHosts.py'
- 'requirements.txt'
schedule:
- cron: '0 */4 * * *'
Expand Down Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Run hosts update script
run: |
sudo python setHosts.py
sudo python SetHosts.py
- name: Commit and push changes
run: |
Expand Down

0 comments on commit 4480cc4

Please sign in to comment.