Files
adguard/.gitea/workflows/update.yaml
Workflow config file is invalid. Please check your config file: yaml: line 9: did not find expected key
2025-04-20 21:31:56 -04:00

13 lines
600 B
YAML

name: Update Adguard Instance
on: [push]
jobs:
refresh_lists:
name: Refresh Filter Lists
if: gitea.repository == 'rodadmin/adguard'
runs-on: ubuntu-latest
steps:
-name: update rodneybrown.top instance
- run: curl -X 'POST' 'https://adguard.rodneybrown.top/control/filtering/refresh' -H 'accept: application/json' -H 'Authorization: Basic cm9kYWRtaW46UzVYJVUyJXlRI2FSNXBTNHdiQEJ1WWV1'
- run: curl -X 'POST' 'https://adguard.rodneybrown.top/control/filtering/refresh' -H 'accept: application/json' -H 'Authorization: Basic YWRtaW46ckxnb1Mzbmc0ZTZSZkxoaF42IyFoTUxz'