Update deploy.yml
parent
e87b3b2cf3
commit
f768a8eead
|
|
@ -42,7 +42,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
OUTPUT=$(git log --format=%B -n 1 ${{ github.sha }})
|
OUTPUT=$(git log --format=%B -n 1 ${{ github.sha }})
|
||||||
MSG="推送通知\n\n提交消息:$OUTPUT\n提交哈希:${{ github.sha }}\n已有提交推送到仓库,请关注构建结果。"
|
MSG="推送通知\n\n提交消息:$OUTPUT\n提交哈希:${{ github.sha }}\n已有提交推送到仓库,请关注构建结果。"
|
||||||
echo "output=\"$MSG\"" >> "$GITHUB_OUTPUT"
|
echo "output=$MSG" >> "$GITHUB_OUTPUT"
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
- name: 推送到企微
|
- name: 推送到企微
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue