update workflow
Some checks failed
Update Adguard Instance / Refresh Filter Lists (push) Failing after 11s
Some checks failed
Update Adguard Instance / Refresh Filter Lists (push) Failing after 11s
This commit is contained in:
@@ -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
|
|
||||||
|
|||||||
Reference in New Issue
Block a user