From 055be24bab136891bb9bba6daebfaf2806162f75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8C=E5=8F=89=E6=A0=91=E6=A0=91?= Date: Fri, 9 Jan 2026 13:17:24 +0800 Subject: [PATCH] =?UTF-8?q?ci(workflow):=20=E5=9C=A8=E9=83=A8=E7=BD=B2?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E4=B8=AD=E6=B7=BB=E5=8A=A0=E6=8F=90=E4=BA=A4?= =?UTF-8?q?=E6=B6=88=E6=81=AF=E5=92=8CSHA=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9cae3c524..225c93c6e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -35,4 +35,5 @@ jobs: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./dist publish_branch: page - cname: ${{ secrets.CNAME }} \ No newline at end of file + cname: ${{ secrets.CNAME }} + commit_message: ${{ github.event.head_commit.message }} ${{ github.sha }} \ No newline at end of file