From 360b1d757219e21d6b58c156eeda9cd436a202f2 Mon Sep 17 00:00:00 2001
From: Moh Dzulfikri Maulana <106526316+Dzuuul@users.noreply.github.com>
Date: Tue, 10 Mar 2026 11:01:26 +0700
Subject: [PATCH] chore: remove uppercase formatting for build status in
deployment notification.
---
.woodpecker.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.woodpecker.yml b/.woodpecker.yml
index ae2e125..0dabab1 100644
--- a/.woodpecker.yml
+++ b/.woodpecker.yml
@@ -50,12 +50,12 @@ steps:
thread_id: "8"
format: html
message: |
- 🚀 Deployment {{ build.status | upper }}!
-
+ 🚀 Deployment {{ build.status }}!
+
📦 Project: {{ repo.name }}
📝 Commit: {{ commit.message }}
👤 Author: {{ commit.author }}
-
+
🔗 View Build Logs
when:
- event: [push]