We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0275b3 commit e69d24eCopy full SHA for e69d24e
1 file changed
.github/workflows/gh-pages.yml
@@ -92,6 +92,4 @@ jobs:
92
accountId: ${{ secrets.CF_ACCOUNT_ID }}
93
project: ${{ secrets.CF_PAGES_PROJECT }}
94
notificationType: feishu
95
- webhookUrl: ${{ secrets.FEISHU_WEBHOOK }}
96
- feishuMessage: "🚀 项目 {{project}} 的部署{{success ? '成功' : '失败'}}!\n环境: {{environment}}\n部署URL: {{deploymentUrl}}\n提交: {{commitUrl}}"
97
- commitHash: ${{ steps.push-changes.outputs.commit-hash }}
+ webhookUrl: ${{ secrets.FEISHU_WEBHOOK }}
0 commit comments