mirror of
https://github.com/joelwmale/webhook-action.git
synced 2024-08-25 08:08:00 +00:00
4 lines
113 B
Bash
4 lines
113 B
Bash
#!/bin/sh
|
|
set -eu
|
|
|
|
curl -X POST -H "Content-Type: application/json" --data "{ \"data\": \"$data\" }" $WEBHOOK_URL |