From fd93c00262ee3da24606c31b0261f5d25b613be0 Mon Sep 17 00:00:00 2001 From: Vezpi Date: Wed, 11 Jun 2025 11:56:39 +0000 Subject: [PATCH] fix: remove clear --- .gitea/workflows/deployment.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/deployment.yml b/.gitea/workflows/deployment.yml index 6a6622b..8fa0778 100644 --- a/.gitea/workflows/deployment.yml +++ b/.gitea/workflows/deployment.yml @@ -228,8 +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 }}, clear=true; \ - view, Verify Blog, https://blog.vezpi.com/, clear=true" \ + -H "Actions: view, View Run, ${{ gitea.server_url }}/${{ gitea.repository }}/actions/runs/${{ gitea.run_number }}, true; \ + view, Verify Blog, https://blog.vezpi.com/, true" \ -d "Blog workflow failed!" \ -u ${NTFY_TOKEN} \ ${NTFY_URL}/${NTFY_TOPIC}