Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CYHFREDA authored Oct 30, 2024
1 parent fab44c5 commit 610f98a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
run: |
curl -X POST -H 'Content-Type: application/json' \
-d '{
"text": "🎉 *CI Pipeline 成功!*\n```部署成功於分支: *'"${GITHUB_REF}"'```*\n```提交信息: *'"${GITHUB_SHA}"'```*\n```🔍查看詳情 : [點擊這裡](https://github.com/CYHFREDA/specialtopic/actions/runs/'"${GITHUB_RUN_ID}"')"```
"text": "🎉 *CI Pipeline 成功!*\n部署成功於分支: *'"${GITHUB_REF}"'*\n提交信息: *'"${GITHUB_SHA}"'*\n🔍查看詳情 : [OPEN URL](https://github.com/CYHFREDA/specialtopic/actions/runs/'"${GITHUB_RUN_ID}"')"
}' \
"${{ secrets.MATTERMOST_WEBHOOK_URL }}"
Expand Down

0 comments on commit 610f98a

Please sign in to comment.