webhook-action/entrypoint.sh

4 lines
113 B
Bash
Raw Normal View History

2019-08-18 22:19:30 +00:00
#!/bin/sh
set -eu
curl -X POST -H "Content-Type: application/json" --data "{ \"data\": \"$data\" }" $WEBHOOK_URL