From 9bb8f336d7f0bf03379e849a2e283e5b368bd312 Mon Sep 17 00:00:00 2001 From: Vezpi Date: Wed, 11 Jun 2025 12:08:43 +0000 Subject: [PATCH] fix: remove trailing whitespace --- .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 a0d2278..e2e64c1 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 }}" \ -d "Blog workflow failed!" \ -u ${NTFY_TOKEN} \ ${NTFY_URL}/${NTFY_TOPIC}