From 3450873ef0cb1d5c2a2cef7cd73dbd5042ee0b33 Mon Sep 17 00:00:00 2001 From: Jeremy Tregunna Date: Sun, 20 Apr 2025 14:59:43 -0600 Subject: [PATCH] chore: forgot one artifact when renaming --- .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 b0f37ea..491e976 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 "✅ go-storage success! View run at: https://git.canoozie.net/${{ gitea.repository }}/actions/runs/${{ gitea.run_number }}" \ + -d "✅ kevo 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 "❌ go-storage failure! View run at: https://git.canoozie.net/${{ gitea.repository }}/actions/runs/${{ gitea.run_number }}" \ + -d "❌ kevo failure! View run at: https://git.canoozie.net/${{ gitea.repository }}/actions/runs/${{ gitea.run_number }}" \ https://chat.canoozie.net/rooms/5/2-q6gKxqrTAfhd/messages