Skip to content

Commit

Permalink
Update generate_clash_config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gtxy27 authored Nov 8, 2024
1 parent fecc6c7 commit d7af344
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/generate_clash_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ jobs:
# 查找并确认 .rule 文件
#find sstap-rules/FQrabbit-SSTap-Rule-07cbe8f/rules -name "*.rule"
- name: Check Rule Files
run: |
ls -R /home/runner/work/SSTap-Rule/SSTap-Rule/rules
- name: Setup Python
uses: actions/setup-python@v2
Expand All @@ -48,9 +50,7 @@ jobs:
- name: Parse and Convert Rules to List Format
run: |
python generate_clash_config.py
- name: Check Rule Files
run: |
ls -R /home/runner/work/SSTap-Rule/SSTap-Rule/rules
- name: Commit and Push List Config
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit d7af344

Please sign in to comment.