Skip to content

Commit

Permalink
Add test with webhook
Browse files Browse the repository at this point in the history
  • Loading branch information
Isengo1989 committed Dec 6, 2023
1 parent 238e822 commit 91954ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/scripts/watch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ file_contains(){
echo "String found - nice!"
else
echo "String not found - not nice!"
curl -X POST -H 'Content-type: application/json' --data '{"text":"String not found - not nice!"}' $SLACK_WEBHOOK
exit 1
#curl -X POST -H 'Content-type: application/json' --data '{"text":"String not found - not nice!"}' $SLACK_WEBHOOK
fi
}

Expand Down

0 comments on commit 91954ff

Please sign in to comment.