File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ name : discord message
2+ on :
3+ release :
4+ types : [published]
5+
6+ jobs :
7+ build :
8+ runs-on : ubuntu-latest
9+ steps :
10+ - name : Checkout code
11+ uses : actions/checkout@v4
12+
13+ - name : Send Discord notification
14+ env :
15+ DISCORD_WEBHOOK : ${{ secrets.DISCORD_WEBHOOK_URL }}
16+ DISCORD_USERNAME : Github Actions
17+ DISCORD_AVATAR : https://cdn.discordapp.com/avatars/1460099944252702846/e57fd67dc7ca0cc840a0e87a82281bc5.webp?size=80
18+ uses : Ilshidur/action-discord@0.4.0
19+ with :
20+ args : |
21+ 🚀 **New Release!** ${{ github.event.release.name }}
22+
23+ **Tag:** ${{ github.event.release.tag_name }}
24+ **Author:** ${{ github.event.release.author.login }}
25+
26+ **Release Notes:**
27+ ${{ github.event.release.body }}
Original file line number Diff line number Diff line change 151151 - 模型列表 : models.md
152152 - 安装及使用 :
153153 - 安装 : install_usage/installation.md
154- - 使用方式 : install_usage/usage.md
154+ - 使用 : install_usage/usage.md
155155 - 使用其他推理引擎 : install_usage/how_to_use_other_engine.md
156156 - 贡献指南 : contributing.md
157157 - 博客 :
You can’t perform that action at this time.
0 commit comments