From 634506a3a597af0912e3c3dfb2cffa98236eb264 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Mon, 10 Nov 2025 23:18:01 -0600 Subject: [PATCH] better messsaging --- .gitea/workflows/release-image.yml | 12 ++++++------ .gitea/workflows/test-build.yaml | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.gitea/workflows/release-image.yml b/.gitea/workflows/release-image.yml index 6d6fd94..e6cc6cd 100644 --- a/.gitea/workflows/release-image.yml +++ b/.gitea/workflows/release-image.yml @@ -75,11 +75,11 @@ jobs: with: url: '${{ secrets.NTFY_URL }}' topic: '${{ secrets.NTFY_TOPIC }}' - title: 'Gitea Action' - priority: 4 + title: 'Release Success - Site Profile' + priority: 3 headers: '{"Authorization": "Bearer ${{ secrets.NTFY_CRED }}"}' tags: action,successfully,completed - details: 'Site Profile release workflow has successfully completed!' + details: 'Image for Site Profile has been released!' icon: 'https://cdn.jsdelivr.net/gh/selfhst/icons/png/gitea.png' - name: ntfy Failed @@ -88,11 +88,11 @@ jobs: with: url: '${{ secrets.NTFY_URL }}' topic: '${{ secrets.NTFY_TOPIC }}' - title: 'Gitea Action' - priority: 5 + title: 'Release Failure - Site Profile' + priority: 4 headers: '{"Authorization": "Bearer ${{ secrets.NTFY_CRED }}"}' tags: action,failed - details: 'Site Profile release workflow has failed!' + details: 'Image for Site Profile has failed to be released.' icon: 'https://cdn.jsdelivr.net/gh/selfhst/icons/png/gitea.png' actions: '[{"action": "view", "label": "Open Gitea", "url": "https://gitea.alexlebens.dev/alexlebens/site-profile/actions?workflow=release-image.yml", "clear": true}]' image: true diff --git a/.gitea/workflows/test-build.yaml b/.gitea/workflows/test-build.yaml index f9f4095..66616ec 100644 --- a/.gitea/workflows/test-build.yaml +++ b/.gitea/workflows/test-build.yaml @@ -42,11 +42,11 @@ jobs: with: url: '${{ secrets.NTFY_URL }}' topic: '${{ secrets.NTFY_TOPIC }}' - title: 'Gitea Action' + title: 'Test Failure - Site Profile' priority: 4 headers: '{"Authorization": "Bearer ${{ secrets.NTFY_CRED }}"}' tags: action,failed - details: 'Site Profile build workflow has failed!' + details: 'Tests have failed for building Site Profile' icon: 'https://cdn.jsdelivr.net/gh/selfhst/icons/png/gitea.png' actions: '[{"action": "view", "label": "Open Gitea", "url": "https://gitea.alexlebens.dev/alexlebens/site-profile/actions?workflow=test-build.yaml", "clear": true}]' image: true