From c8fecd265899bbed51c1f6813181d2445c8d1cab Mon Sep 17 00:00:00 2001 From: AdminWhaleFall Date: Wed, 27 Apr 2022 01:38:49 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix:=20action?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/run.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run.yaml b/.github/workflows/run.yaml index 14910f2..3429b0d 100644 --- a/.github/workflows/run.yaml +++ b/.github/workflows/run.yaml @@ -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 线程数 \ No newline at end of file + python3 smsboom.py run -p 19820294268 -t 32 \ No newline at end of file