Skip to content

Commit

Permalink
🐞 fix: action
Browse files Browse the repository at this point in the history
  • Loading branch information
WhaleFell committed Apr 26, 2022
1 parent bd353f8 commit c8fecd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
python-version: '3.8'

- name: 🚀 Run SMSBoom Script
# 此处可以自定义命令行运行参数.
# 此处可以自定义命令行运行参数.替换手机号
run: |
pip3 install -r requirements.txt
python3 smsboom.py run -p 电话号码 -t 线程数
python3 smsboom.py run -p 19820294268 -t 32

0 comments on commit c8fecd2

Please sign in to comment.