diff --git a/.gitea/workflows/gen.yaml b/.gitea/workflows/gen.yaml index 1a7cb36..bdc6acf 100644 --- a/.gitea/workflows/gen.yaml +++ b/.gitea/workflows/gen.yaml @@ -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 \