From 654bc513ea46e0b2d6dc60aee118ebf152752d11 Mon Sep 17 00:00:00 2001
From: Dessalines <dessalines@users.noreply.github.com>
Date: Wed, 9 Aug 2023 05:14:09 -0400
Subject: [PATCH] Fixing woodpecker env var. (#3854)

---
 .woodpecker.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.woodpecker.yml b/.woodpecker.yml
index 4c1be3aa..04763d76 100644
--- a/.woodpecker.yml
+++ b/.woodpecker.yml
@@ -263,7 +263,7 @@ pipeline:
     image: alpine:3
     commands:
       - apk add curl
-      - "curl -d'Lemmy CI build failed: ${CI_BUILD_LINK}' ntfy.sh/lemmy_drone_ci"
+      - "curl -d'Lemmy CI build failed: ${CI_PIPELINE_URL}' ntfy.sh/lemmy_drone_ci"
     when:
       status: [failure]
 
-- 
2.44.1