From f563c48242e033129862c8345193ac7591d4c3db Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Wed, 4 Oct 2023 19:03:57 +0200 Subject: [PATCH] added webhook.tempolate --- .github/webhooks/webhook.template | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .github/webhooks/webhook.template diff --git a/.github/webhooks/webhook.template b/.github/webhooks/webhook.template new file mode 100644 index 0000000..be511c5 --- /dev/null +++ b/.github/webhooks/webhook.template @@ -0,0 +1,4 @@ +#!/sbin/openrc-run + +command=webhook +command_args="-hooks $PROJECT_ROOT/.github/webhooks/hooks.json &" \ No newline at end of file