chore: remove uppercase formatting for build status in deployment notification.
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
@@ -50,12 +50,12 @@ steps:
|
|||||||
thread_id: "8"
|
thread_id: "8"
|
||||||
format: html
|
format: html
|
||||||
message: |
|
message: |
|
||||||
<b>🚀 Deployment {{ build.status | upper }}!</b>
|
<b>🚀 Deployment {{ build.status }}!</b>
|
||||||
|
|
||||||
<b>📦 Project:</b> <code>{{ repo.name }}</code>
|
<b>📦 Project:</b> <code>{{ repo.name }}</code>
|
||||||
<b>📝 Commit:</b> <i>{{ commit.message }}</i>
|
<b>📝 Commit:</b> <i>{{ commit.message }}</i>
|
||||||
<b>👤 Author:</b> {{ commit.author }}
|
<b>👤 Author:</b> {{ commit.author }}
|
||||||
|
|
||||||
<b>🔗 <a href="{{ build.link }}">View Build Logs</a></b>
|
<b>🔗 <a href="{{ build.link }}">View Build Logs</a></b>
|
||||||
when:
|
when:
|
||||||
- event: [push]
|
- event: [push]
|
||||||
|
|||||||
Reference in New Issue
Block a user