From 5f29765105a80c3d6e8fdf10a978b36bdf18a5d9 Mon Sep 17 00:00:00 2001 From: Rodney <49618020+rodneybbjr@users.noreply.github.com> Date: Sun, 20 Apr 2025 23:26:07 -0400 Subject: [PATCH] update workflow --- .gitea/workflows/update.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/update.yaml b/.gitea/workflows/update.yaml index 9a72fc9..5216783 100644 --- a/.gitea/workflows/update.yaml +++ b/.gitea/workflows/update.yaml @@ -10,6 +10,6 @@ jobs: - name: Webhook Action uses: joelwmale/webhook-action@2.4.1 with: - url: 'https://adguard.rodneybrown.top/control/filtering/refresh' - headers: '{"Authorization": Basic cm9kYWRtaW46UzVYJVUyJXlRI2FSNXBTNHdiQEJ1WWV1' + url: https://adguard.rodneybrown.top/control/filtering/refresh + headers: '{"Authorization": Basic cm9kYWRtaW46UzVYJVUyJXlRI2FSNXBTNHdiQEJ1WWV1}' github_event_payload: false