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

This commit is contained in:
Rodney
2025-04-20 23:21:32 -04:00
parent 3ea91507e3
commit fc86fcb5bc

View File

@@ -10,7 +10,7 @@ jobs:
- name: Webhook Action - name: Webhook Action
uses: joelwmale/webhook-action@2.4.1 uses: joelwmale/webhook-action@2.4.1
with: with:
url: ${{ secrets.YUNO_WEBHOOK_URL }} url: 'https://adguard.rodneybrown.top/control/filtering/refresh'
headers: '{"Authorization": ${{ secrets.YUNNO_WEBHOOK_AUTH }}}' headers: '{"Authorization": Basic cm9kYWRtaW46UzVYJVUyJXlRI2FSNXBTNHdiQEJ1WWV1'
body: '{"whitelist": true}' body: '{"whitelist": true}'
github_event_payload: false github_event_payload: false