From fb2e7474a18c219dcef687d04a9fb021050816c6 Mon Sep 17 00:00:00 2001 From: Rodney <49618020+rodneybbjr@users.noreply.github.com> Date: Sun, 20 Apr 2025 23:12:18 -0400 Subject: [PATCH] update workflow --- .gitea/workflows/update.yaml | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/update.yaml b/.gitea/workflows/update.yaml index fa724c8..c8f2d7e 100644 --- a/.gitea/workflows/update.yaml +++ b/.gitea/workflows/update.yaml @@ -5,9 +5,12 @@ jobs: refresh_lists: name: Refresh Filter Lists if: gitea.repository == 'rodadmin/adguard' - uses: github.com/joelwmale/webhook-action@{cc1a66f987e1591785273fd6f9d2f7a9d8d7c9cd} - with: - url: ${{ secrets.YUNO_WEBHOOK_URL }} - headers: '{"Authorization": ${{ secrets.YUNNO_WEBHOOK_AUTH }}}' - body: '{"whitelist": true}' - github_event_payload: false + runs-on: testing + steps: + - name: Webhook Action + uses: joelwmale/webhook-action@2.4.1 + with: + url: ${{ secrets.YUNO_WEBHOOK_URL }} + headers: '{"Authorization": ${{ secrets.YUNNO_WEBHOOK_AUTH }}}' + body: '{"whitelist": true}' + github_event_payload: false