mirror of
https://github.com/joelwmale/webhook-action.git
synced 2026-06-15 04:00:09 -05: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 |