Update deploy.yml

master
绝弹 2024-01-15 21:45:32 +08:00 committed by GitHub
parent 5ffb8737d3
commit 61f5bc6146
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -36,4 +36,4 @@ jobs:
WECHAT_WORK_BOT_WEBHOOK: ${{secrets.WECHAT_WORK_BOT_WEBHOOK}}
with:
msgtype: text
content: "提交通知\n\n提交消息${{ $(git log --format=%B -n 1 ${{ github.sha }}) }}\n提交哈希${{ github.sha }}\n已有提交推送到仓库请关注构建结果。"
content: "提交通知\n\n提交消息${{ git log --format=%B -n 1 ${{ github.sha }} }}\n提交哈希${{ github.sha }}\n已有提交推送到仓库请关注构建结果。"