webSocket发送鉴权登录请求后,服务端返回无效数据包类型 invalid packet type #98
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Issue Notify | |
on: | |
issues: | |
types: [opened] | |
jobs: | |
notify: | |
runs-on: ubuntu-22.04 | |
steps: | |
- uses: foxundermoon/feishu-action@v2 | |
with: | |
url: ${{ secrets.FEISHU_WEBHOOK_URL }} | |
msg_type: text | |
content: | | |
text: | | |
${{ github.event.issue.title }} #${{ github.event.issue.number }} | |
${{ github.event.issue.html_url }} |