Skip to content

Commit bd87a33

Browse files
committed
fix notify
1 parent 67b0ede commit bd87a33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/notify.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#/bin/sh
22

3-
curl -X POST -d $1 $NOTIFICATION_WEBHOOK_URL
3+
curl -X POST -d "message=$1" $NOTIFICATION_WEBHOOK_URL

0 commit comments

Comments
 (0)