We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f3a902 commit 5888e2bCopy full SHA for 5888e2b
scripts/NtfySummarizer/script.sh
@@ -33,4 +33,6 @@ mess="An error happened during wdoc execution on input \"$NTFY_MESSAGE\"
33
34
Full output:
35
$output"
36
-ntfy publish $topic_send "$mess" || echo $mess
+
37
+# the topic has to be declared twice otherwise the env has priority
38
+NTFY_TOPIC="$topic_send" ntfy publish $topic_send "$mess" || echo $mess
0 commit comments