Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gmneil authored Oct 23, 2020
1 parent 257c0b8 commit 7f8b983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Modify pref.ini
run: |
sed -i 's/api_mode=false/api_mode=true/g' subconverter/pref.ini
sed -i 's/managed_config_prefix=http:\/\/127.0.0.1:25500/managed_config_prefix=https:\/\/sub-beta.now.sh/g' subconverter/pref.ini
sed -i 's/managed_config_prefix=http:\/\/127.0.0.1:25500/managed_config_prefix=https:\/\/sub.086532.com/g' subconverter/pref.ini
sed -i 's/async_fetch_ruleset=false/async_fetch_ruleset=true/g' subconverter/pref.ini
sed -i 's/max_concurrent_threads=./max_concurrent_threads=1/g' subconverter/pref.ini
- name: Add & Commit
Expand Down

0 comments on commit 7f8b983

Please sign in to comment.