From 338153cd2ac60aaa90e3e150f36f55e15ae09946 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=A4=E3=83=AC=E3=82=A4=E3=83=8A=E2=9D=A4?= <69030283+ElainaMoe@users.noreply.github.com> Date: Thu, 7 Jan 2021 09:33:49 +0800 Subject: [PATCH] Update KeepAlive.yml --- .github/workflows/KeepAlive.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/KeepAlive.yml b/.github/workflows/KeepAlive.yml index 2bfbdfa..a2bb4b5 100644 --- a/.github/workflows/KeepAlive.yml +++ b/.github/workflows/KeepAlive.yml @@ -21,7 +21,7 @@ jobs: git config --local user.email "action@github.com" git config --local user.name "GitHub Action" git add . - git diff --quiet && git diff --staged --quiet || git commit -am 'Keep Github Action Alive XD' + git diff --quiet && git diff --staged --quiet || git commit -am '是否继续白嫖:[是] —— 继续白嫖成功!' echo ::set-output name=status::success - name: 'GitHub Push'