From 643a89a2da3d402ac644e2be7e89051267503052 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: Fri, 1 Jan 2021 16:40:32 +0800 Subject: [PATCH] Update KeepAlive.yml --- .github/workflows/KeepAlive.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/KeepAlive.yml b/.github/workflows/KeepAlive.yml index afa12a0..2bfbdfa 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 'avoid being suspended' + git diff --quiet && git diff --staged --quiet || git commit -am 'Keep Github Action Alive XD' echo ::set-output name=status::success - name: 'GitHub Push' @@ -29,4 +29,4 @@ jobs: uses: ad-m/github-push-action@v0.6.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} - branch: ${{ github.ref }} \ No newline at end of file + branch: ${{ github.ref }}