From 17797aaab742a749b3904fb6a76ec290b2a10ea7 Mon Sep 17 00:00:00 2001 From: Dorian Zedler Date: Tue, 21 Dec 2021 22:23:05 +0000 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 1c25be7..0acd00d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -26,4 +26,4 @@ steps: URL: from_secret: shoutrrr_url entrypoint: [/shoutrrr] - command: ["send", "-u", "$${URL}", "-m", "The pipline just finished :)"] \ No newline at end of file + command: ["send", "-u", "$URL", "-m", "The pipline just finished :)"] \ No newline at end of file