From 3e78c8e6e0f0c516af7fe971573b7ab03f93eede Mon Sep 17 00:00:00 2001 From: Vezpi Date: Wed, 11 Jun 2025 12:12:15 +0000 Subject: [PATCH] debug: add clear --- .gitea/workflows/deployment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deployment.yml b/.gitea/workflows/deployment.yml index e2e64c1..6b232f7 100644 --- a/.gitea/workflows/deployment.yml +++ b/.gitea/workflows/deployment.yml @@ -228,7 +228,7 @@ 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 }}", clean=true \ -d "Blog workflow failed!" \ -u ${NTFY_TOKEN} \ ${NTFY_URL}/${NTFY_TOPIC}