From 41c80c84ffd8a06340c7fc44e0326bc326aa8b6a Mon Sep 17 00:00:00 2001 From: AdminWhaleFall Date: Tue, 26 Apr 2022 21:12:32 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat:=20Action=20=E6=96=B9=E5=BC=8F?= =?UTF-8?q?=E6=B5=8B=E8=AF=95=E6=88=90=E5=8A=9F!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/run.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run.yaml b/.github/workflows/run.yaml index ef4544d..14910f2 100644 --- a/.github/workflows/run.yaml +++ b/.github/workflows/run.yaml @@ -26,4 +26,4 @@ jobs: # 此处可以自定义命令行运行参数. run: | pip3 install -r requirements.txt - python3 smsboom.py run -p 19820294268 -t 32 \ No newline at end of file + python3 smsboom.py run -p 电话号码 -t 线程数 \ No newline at end of file