Skip to content

Commit

Permalink
update release.yml (#251)
Browse files Browse the repository at this point in the history
autogencoder 默认执行路径放至/tmp,防止影响reload异常
  • Loading branch information
yaojin3616 committed Jan 11, 2024
2 parents b7a433a + 042aba0 commit f4ca327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- 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')"
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
Expand Down

0 comments on commit f4ca327

Please sign in to comment.