From fcd52e524b0db8ddbbb494afc22fb3e8948c1e10 Mon Sep 17 00:00:00 2001 From: Vezpi Date: Wed, 11 Jun 2025 11:47:58 +0000 Subject: [PATCH] change: add Verify Blog button --- .gitea/workflows/deployment.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/deployment.yml b/.gitea/workflows/deployment.yml index e2e64c1..6a6622b 100644 --- a/.gitea/workflows/deployment.yml +++ b/.gitea/workflows/deployment.yml @@ -228,7 +228,8 @@ jobs: else curl -H "Priority: high" \ -H "Tags: x" \ - -H "Actions: view, View Run, ${{ gitea.server_url }}/${{ gitea.repository }}/actions/runs/${{ gitea.run_number }}" \ + -H "Actions: view, View Run, ${{ gitea.server_url }}/${{ gitea.repository }}/actions/runs/${{ gitea.run_number }}, clear=true; \ + view, Verify Blog, https://blog.vezpi.com/, clear=true" \ -d "Blog workflow failed!" \ -u ${NTFY_TOKEN} \ ${NTFY_URL}/${NTFY_TOPIC}