From 774df93933903f34712a2dceb91e74609b1aed51 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Wed, 4 Oct 2023 19:26:08 +0200 Subject: [PATCH] test commit to trigger webhook --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e075592..1a81544 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ npm test You can use the webhook template `webhook.conf.template` and the `deploy.sh` script in `.github/webhooks/` to implement an automatic deployment from a (github) webhook. -For this to work follow these steps (using alpine linux): +For this to work follow these steps (using alpine): ```bash apk add webhook cp .github/webhooks/hooks.json.template .github/webhooks/hooks.json