Files
adguard/.gitea/workflows/update.yaml
Workflow config file is invalid. Please check your config file: yaml: line 11: mapping values are not allowed in this context
2025-04-20 21:33:59 -04:00

13 lines
601 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'