Skip to content

Commit

Permalink
update release.yml (#250)
Browse files Browse the repository at this point in the history
autogencoder 默认执行路径放至/tmp,防止影响reload异常
  • Loading branch information
yaojin3616 authored Jan 11, 2024
2 parents b1ec265 + a9dd2a3 commit b7a433a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,17 @@ jobs:
- name: checkout
uses: actions/checkout@v2

- name: git message
id: git_message
run: |
echo "::set-output name=message::$( echo ${{github.event.head_commit.message}} | sed ':a;N;$!ba;s/\n/\\n/g')"
- name: notify feishu
uses: fjogeleit/http-request-action@v1
with:
url: ' https://open.feishu.cn/open-apis/bot/v2/hook/2cfe0d8d-647c-4408-9f39-c59134035c4b'
method: 'POST'
data: '{"msg_type":"post","content":{"post":{"zh_cn":{"title": "${{github.event.pusher.name}}提交代码,开始编译", "content": [[{"tag":"text","text":"提交内容${{ github.event.head_commit.message }}"}]]}}}}'
data: '{"msg_type":"post","content":{"post":{"zh_cn":{"title": "${{github.event.pusher.name}}提交代码,开始编译", "content": [[{"tag":"text","text":"提交内容${{ steps.git_message.outputs.message }}"}]]}}}}'


# 构建 bisheng-langchain
Expand Down

0 comments on commit b7a433a

Please sign in to comment.