Skip to content

Commit 8471645

Browse files
author
niuweili
committed
update deploy notify
1 parent 6e567a8 commit 8471645

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/deploy-auto.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,7 @@ jobs:
8989
"msgtype": "markdown",
9090
"markdown": {
9191
"title": "RUM sdk 部署通知",
92-
"text": "### ✅ RUM sdk 部署成功\n\n- 🔖 分支: ${{ github.ref }}\n- 📝 提交信息: ${{ github.event.head_commit.message }}\n- 👨‍💻 提交者: ${{ github.actor }}\n- 🔗 Commit: [${{ github.sha }}](https://github.com/${{ github.repository }}/commit/${{ github.sha }})\n- 🚀 [查看部署详情](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }})"
93-
},
94-
"at": {
95-
"isAtAll": true
92+
"text": "### ✅ RUM sdk 部署成功\n\n---\n\n 🔖 分支: ${{ github.ref }}\n 📝 提交信息: [${{ github.event.head_commit.message }}](https://github.com/${{ github.repository }}/commit/${{ github.sha }})\n 👨‍💻 提交者: ${{ github.actor }}\n 🚀 [查看部署详情](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }})"
9693
}
9794
}
9895
@@ -120,6 +117,6 @@ jobs:
120117
"msgtype": "markdown",
121118
"markdown": {
122119
"title": "RUM sdk 部署通知",
123-
"text": "### ❌ RUM sdk 部署失败 \n\n- 🔖 分支: ${{ github.ref }}\n- 📝 提交信息: ${{ github.event.head_commit.message }}\n- 👨‍💻 提交者: ${{ github.actor }}\n- 🔗 Commit: [${{ github.sha }}](https://github.com/${{ github.repository }}/commit/${{ github.sha }})\n- 🚀 [查看部署详情](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }})"
120+
"text": "### ❌ RUM sdk 部署失败 \n\n---\n\n 🔖 分支: ${{ github.ref }}\n 📝 提交信息: [${{ github.event.head_commit.message }}](https://github.com/${{ github.repository }}/commit/${{ github.sha }})\n 👨‍💻 提交者: ${{ github.actor }}\n 🚀 [查看部署详情](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }})"
124121
}
125122
}

0 commit comments

Comments
 (0)