update workflow
Some checks failed
Update Adguard Instance / Refresh Filter Lists (push) Failing after 11s

This commit is contained in:
Rodney
2025-04-20 23:37:22 -04:00
parent fb73bd6c5e
commit 3ec7734dcc

View File

@@ -7,10 +7,10 @@ jobs:
if: gitea.repository == 'rodadmin/adguard' if: gitea.repository == 'rodadmin/adguard'
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Webhook Action - name: Web Request Action
uses: joelwmale/webhook-action@2.4.1 uses: satak/webrequest-action@1.5.0
with: with:
url: https://adguard.rodneybrown.top/control/filtering/refresh url: https://adguard.rodneybrown.top/control/filtering/refresh
method: POST
payload: '{"whitelist": true}'
headers: '{"Authorization": Basic cm9kYWRtaW46UzVYJVUyJXlRI2FSNXBTNHdiQEJ1WWV1}' headers: '{"Authorization": Basic cm9kYWRtaW46UzVYJVUyJXlRI2FSNXBTNHdiQEJ1WWV1}'
body: '{"whitelist": true}'
github_event_payload: false