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" \ -d "Generating AdguardHome config for Lancache" \
https://ntfy.uzurka.fr/lancache https://ntfy.uzurka.fr/lancache
- name: Setup jq - name: Setup jq
run: | run: |
apt update && apt install -y jq apt update && apt install -y jq
- name: Generate new config - name: Generate new config
run: | run: |
bash scripts/create-adguardhome.sh bash scripts/create-adguardhome.sh
- name: Send ntfy notification (Success) - name: Send ntfy notification (Success)
if: success() if: success()
run: | run: |
curl \ curl \