fix actions
This commit is contained in:
@ -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 \
|
||||||
|
Reference in New Issue
Block a user