Skip to content

Commit

Permalink
18点更新
Browse files Browse the repository at this point in the history
  • Loading branch information
MemoryCollection committed Oct 22, 2024
1 parent e245c09 commit e720e6a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/iptv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.x' # 使用Python 3的最新版本
python-version: '3.10' # 使用Python 3.10版本

- name: Install dependencies
run: |
Expand All @@ -27,10 +27,13 @@ jobs:
run: |
python main.py
- name: List files
run: ls -la # 列出文件,方便调试

- name: Commit and push changes
run: |
git config --local user.email "csszue@gmail.com"
git config --local user.name "GitHub Actions"
git config --local user.name "MemoryCollection"
git add *.txt
git commit -m "Sync TXT files" || echo "No changes to commit"
git push

0 comments on commit e720e6a

Please sign in to comment.