Skip to content

Commit

Permalink
fix post test
Browse files Browse the repository at this point in the history
  • Loading branch information
foxundermoon committed Nov 15, 2021
1 parent 331c728 commit 4476d26
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,24 @@ jobs:
content: |
post:
zh_cn:
title: 项目更新通知
title: 我是一个标题
content:
- tag: text
text: '项目有更新: '
- - tag: text
un_escape: true
text: '第一行 :'
- tag: a
text: 请查看
text: 超链接 repo
href: ${{ github.repository }}
- tag: at
user_id: "ou_18eac8********17ad4f02e8bbbb"
user_id: ou_18eac85d35a26f989317ad4f02e8bbbb
- - tag: text
text: '第二行 :'
- tag: text
text: 文本测试
- - tag: img
image_key: d640eeea-4d2f-4cb3-88d8-c964fab53987
width: 300
height: 300
- uses: ./
with:
url: ${{ secrets.FEISHU_BOT_WEBHOOK_URL }}
Expand Down

0 comments on commit 4476d26

Please sign in to comment.