From 4fb26bf54b7ccb7354a0ed2a84bd5a317c51eaa4 Mon Sep 17 00:00:00 2001 From: Methapon2001 <61303214+Methapon2001@users.noreply.github.com> Date: Thu, 27 Mar 2025 13:25:15 +0700 Subject: [PATCH] chore: update ci/cd notification text --- .forgejo/workflows/deploy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index 6ed9d1b9..8a1b1d7d 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -51,7 +51,7 @@ jobs: "description": "**Details:**\n- Image: `${{ env.CONTAINER_IMAGE_NAME }}`\n- Deployed by: `${{ github.actor }}`", "color": 3066993, "footer": { - "text": "Gitea Local Release Notification", + "text": "Local Release Notification", "icon_url": "https://example.com/success-icon.png" }, "timestamp": "'$(date -u +%Y-%m-%dT%H:%M:%SZ)'" @@ -68,7 +68,7 @@ jobs: "description": "**Details:**\n- Image: `${{ env.CONTAINER_IMAGE_NAME }}`\n- Attempted by: `${{ github.actor }}`", "color": 15158332, "footer": { - "text": "Gitea Local Release Notification", + "text": "Local Release Notification", "icon_url": "https://example.com/failure-icon.png" }, "timestamp": "'$(date -u +%Y-%m-%dT%H:%M:%SZ)'"