From 95021c503e6d34a687a15a9f2758bbd67ba7c84d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BB=9D=E5=BC=B9?= <810335188@qq.com> Date: Tue, 16 Jan 2024 14:17:16 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E4=BC=81=E4=B8=9A?= =?UTF-8?q?=E5=BE=AE=E4=BF=A1=E9=80=9A=E7=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 0d8a359..458683e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -43,7 +43,7 @@ jobs: MSG=$(git log --format=%B -n 1 ${{ github.sha }}) echo "msg=$MSG" >> "$GITHUB_OUTPUT" HASH=$(git log -1 --pretty=format:%h) - echo "hash1=$MSG" >> "$GITHUB_ENV" + echo "hash1=$HASH" >> "$GITHUB_ENV" shell: bash - name: 推送到企微