From 9ce354cfabfe03ad7df1183c00f17207c981bb87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E9=9C=B2?= <62973206+zl-go@users.noreply.github.com> Date: Thu, 8 Jun 2023 16:01:03 +0800 Subject: [PATCH] Update logo.yml --- .github/workflows/logo.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/logo.yml b/.github/workflows/logo.yml index f0b380ea..9dfe4141 100644 --- a/.github/workflows/logo.yml +++ b/.github/workflows/logo.yml @@ -18,8 +18,8 @@ jobs: git config --global user.name "${{ github.actor }}" git config --global user.email "xxx@websoft9.com" git rm aladdin-websoft9.png - git add . - git commit -m "delete photo" + git commit -m "delete" + git push -u - name: update logo if: contains('Hello world', 'abc') @@ -60,6 +60,7 @@ jobs: done - name: push logo + if: contains('Hello world', 'abc') uses: stefanzweifel/git-auto-commit-action@v4 with: commit_message: update logo