fix actions

This commit is contained in:
2025-04-14 22:13:29 +02:00
parent 6862522852
commit ed6f308080

View File

@ -18,15 +18,15 @@ jobs:
-d "Generating AdguardHome config for Lancache" \
https://ntfy.uzurka.fr/lancache
- name: Setup jq
- name: Setup jq
run: |
apt update && apt install -y jq
- name: Generate new config
- name: Generate new config
run: |
bash scripts/create-adguardhome.sh
- name: Send ntfy notification (Success)
- name: Send ntfy notification (Success)
if: success()
run: |
curl \