feat: 添加企业微信通知
parent
8120ba3cd7
commit
95021c503e
|
|
@ -43,7 +43,7 @@ jobs:
|
||||||
MSG=$(git log --format=%B -n 1 ${{ github.sha }})
|
MSG=$(git log --format=%B -n 1 ${{ github.sha }})
|
||||||
echo "msg=$MSG" >> "$GITHUB_OUTPUT"
|
echo "msg=$MSG" >> "$GITHUB_OUTPUT"
|
||||||
HASH=$(git log -1 --pretty=format:%h)
|
HASH=$(git log -1 --pretty=format:%h)
|
||||||
echo "hash1=$MSG" >> "$GITHUB_ENV"
|
echo "hash1=$HASH" >> "$GITHUB_ENV"
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
- name: 推送到企微
|
- name: 推送到企微
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue