From f768a8eead54ed24c7f8a12e5a893f2f83d1730b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BB=9D=E5=BC=B9?= <810335188@qq.com> Date: Mon, 15 Jan 2024 22:10:42 +0800 Subject: [PATCH] Update deploy.yml --- .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 d7a86c8..f929789 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -42,7 +42,7 @@ jobs: run: | OUTPUT=$(git log --format=%B -n 1 ${{ github.sha }}) MSG="推送通知\n\n提交消息:$OUTPUT\n提交哈希:${{ github.sha }}\n已有提交推送到仓库,请关注构建结果。" - echo "output=\"$MSG\"" >> "$GITHUB_OUTPUT" + echo "output=$MSG" >> "$GITHUB_OUTPUT" shell: bash - name: 推送到企微