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

This commit is contained in:
Rodney
2025-04-20 23:12:18 -04:00
parent bf75609c80
commit fb2e7474a1

View File

@@ -5,9 +5,12 @@ jobs:
refresh_lists: refresh_lists:
name: Refresh Filter Lists name: Refresh Filter Lists
if: gitea.repository == 'rodadmin/adguard' if: gitea.repository == 'rodadmin/adguard'
uses: github.com/joelwmale/webhook-action@{cc1a66f987e1591785273fd6f9d2f7a9d8d7c9cd} runs-on: testing
with: steps:
url: ${{ secrets.YUNO_WEBHOOK_URL }} - name: Webhook Action
headers: '{"Authorization": ${{ secrets.YUNNO_WEBHOOK_AUTH }}}' uses: joelwmale/webhook-action@2.4.1
body: '{"whitelist": true}' with:
github_event_payload: false url: ${{ secrets.YUNO_WEBHOOK_URL }}
headers: '{"Authorization": ${{ secrets.YUNNO_WEBHOOK_AUTH }}}'
body: '{"whitelist": true}'
github_event_payload: false