Skip to content

Commit

Permalink
fix notify
Browse files Browse the repository at this point in the history
  • Loading branch information
nikmel2803 committed Feb 4, 2023
1 parent 67b0ede commit bd87a33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/notify.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#/bin/sh

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

0 comments on commit bd87a33

Please sign in to comment.