From 3ec7734dccbccf7da7f3f48af91338c4d0be01b8 Mon Sep 17 00:00:00 2001 From: Rodney <49618020+rodneybbjr@users.noreply.github.com> Date: Sun, 20 Apr 2025 23:37:22 -0400 Subject: [PATCH] update workflow --- .gitea/workflows/update.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/update.yaml b/.gitea/workflows/update.yaml index c05f2c1..4122e64 100644 --- a/.gitea/workflows/update.yaml +++ b/.gitea/workflows/update.yaml @@ -7,10 +7,10 @@ jobs: if: gitea.repository == 'rodadmin/adguard' runs-on: ubuntu-latest steps: - - name: Webhook Action - uses: joelwmale/webhook-action@2.4.1 + - name: Web Request Action + uses: satak/webrequest-action@1.5.0 with: url: https://adguard.rodneybrown.top/control/filtering/refresh + method: POST + payload: '{"whitelist": true}' headers: '{"Authorization": Basic cm9kYWRtaW46UzVYJVUyJXlRI2FSNXBTNHdiQEJ1WWV1}' - body: '{"whitelist": true}' - github_event_payload: false