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