From 2f5f762670530e5e17503dac449ae9124dfe784e Mon Sep 17 00:00:00 2001 From: AdminWhaleFall Date: Tue, 26 Apr 2022 21:04:25 +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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/run.yaml b/.github/workflows/run.yaml index d9ec2c1..1bd786a 100644 --- a/.github/workflows/run.yaml +++ b/.github/workflows/run.yaml @@ -25,7 +25,7 @@ jobs: - name: 🚀 Run SMSBoom Script # 此处可以自定义命令行运行参数. run: | - pip3 install pipenv - pipenv install - pipenv shell - python3 smsboom.py run -p 19820294268 -t 32 \ No newline at end of file + pip3 install pipenv + pipenv install + pipenv shell + python3 smsboom.py run -p 19820294268 -t 32 \ No newline at end of file