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