Skip to content

Commit

Permalink
chore: 更新update_hosts.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sinspired committed Dec 6, 2024
1 parent 286d627 commit 06fbdbb
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 @@ -32,7 +32,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.11'
python-version: '3.12'
cache: 'pip'

- name: Install dependencies
Expand All @@ -48,7 +48,7 @@ jobs:
- name: Commit and push changes
uses: EndBug/add-and-commit@v9
with:
message: "Update servers list"
message: "Update hosts list"
add: |
hosts
README.md
Expand Down

0 comments on commit 06fbdbb

Please sign in to comment.