From 3c20768fb9af06ee01fc681b5f8ea1dfb772ab49 Mon Sep 17 00:00:00 2001 From: qinyuanpei Date: Sat, 18 Sep 2021 13:45:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=B7=A5=E4=BD=9C=E6=B5=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/Deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Deploy.yml b/.github/workflows/Deploy.yml index 2d2dc48cdf0..9bfb122f9b8 100644 --- a/.github/workflows/Deploy.yml +++ b/.github/workflows/Deploy.yml @@ -92,7 +92,7 @@ jobs: git config user.email "qinyuanpei@163.com" git remote add origin https://$GH_REPO git add . - git commit -m "Build v1.0.$GITHUB_RUN_NUMBER" + git commit -m "${{ github.event.head_commit.message }}" git push --force --quiet "https://${{ secrets.CI_TOKEN }}@$GH_REPO" master:master - name: Download Artifacts for blog.yuanpei.me @@ -110,7 +110,7 @@ jobs: git config user.email "qinyuanpei@163.com" git remote add origin https://$GH_REPO git add . - git commit -m "Build v1.0.$GITHUB_RUN_NUMBER" + git commit -m "${{ github.event.head_commit.message }}" git push --force --quiet "https://${{ secrets.CI_TOKEN }}@$GH_REPO" master:master - name: Generate README.md for github.com