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'