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 67b0ede commit bd87a33Copy full SHA for bd87a33
resources/notify.sh
@@ -1,3 +1,3 @@
1
#/bin/sh
2
3
-curl -X POST -d $1 $NOTIFICATION_WEBHOOK_URL
+curl -X POST -d "message=$1" $NOTIFICATION_WEBHOOK_URL
0 commit comments