From 07c7e3163f96024a06935925afd882f4b767f066 Mon Sep 17 00:00:00 2001 From: Jeremy Tregunna Date: Fri, 18 Apr 2025 13:51:41 -0600 Subject: [PATCH] test: fix the ci run message sent to campfire --- .gitea/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 2b83946..42506f0 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: run: | curl -X POST \ -H "Content-Type: text/plain" \ - -d "✅ `task` success! View run at: https://git.canoozie.net/${{ gitea.repository }}/actions/runs/${{ gitea.run_number }}" \ + -d "✅ **task** success! View run at: https://git.canoozie.net/${{ gitea.repository }}/actions/runs/${{ gitea.run_number }}" \ https://chat.canoozie.net/rooms/5/2-q6gKxqrTAfhd/messages - name: Send failure notification @@ -47,5 +47,5 @@ jobs: run: | curl -X POST \ -H "Content-Type: text/plain" \ - -d "❌ `task` failure! View run at: https://git.canoozie.net/${{ gitea.repository }}/actions/runs/${{ gitea.run_number }}" \ + -d "❌ **task** failure! View run at: https://git.canoozie.net/${{ gitea.repository }}/actions/runs/${{ gitea.run_number }}" \ https://chat.canoozie.net/rooms/5/2-q6gKxqrTAfhd/messages