From 122180025d9c849de1e89c41196e4910376a5b65 Mon Sep 17 00:00:00 2001 From: Vezpi Date: Wed, 11 Jun 2025 11:58:52 +0000 Subject: [PATCH] fix: both actions on one line --- .gitea/workflows/deployment.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/deployment.yml b/.gitea/workflows/deployment.yml index 8783939..a1d94f7 100644 --- a/.gitea/workflows/deployment.yml +++ b/.gitea/workflows/deployment.yml @@ -228,8 +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 }}; \ - view, Verify Blog, https://blog.vezpi.com/" \ + -H "Actions: view, View Run, ${{ gitea.server_url }}/${{ gitea.repository }}/actions/runs/${{ gitea.run_number }}; view, Verify Blog, https://blog.vezpi.com/" \ -d "Blog workflow failed!" \ -u ${NTFY_TOKEN} \ ${NTFY_URL}/${NTFY_TOPIC}