From 164b678635ec608413312c13cf8a64c0183ac0c5 Mon Sep 17 00:00:00 2001 From: c3b2a <62082214+c3b2a@users.noreply.github.com> Date: Sat, 23 Jan 2021 08:31:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Daction=E8=BF=90=E8=A1=8C?= =?UTF-8?q?=E5=A4=B1=E8=B4=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/python.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 4ac9f92..765c5c0 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -30,5 +30,5 @@ jobs: # 发送通知 - name: Send notice run: | - mkdir tmp && cd tmp + mkdir -p tmp && cd tmp python ../telegram_update.py ${{ secrets.TG_BOT_TOKEN }}