From 0071c610ecbf49db9f3a795cd106d6df7f91f1ef Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Wed, 4 Oct 2023 19:18:00 +0200 Subject: [PATCH] test commit to trigger hook --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a81544..e075592 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): +For this to work follow these steps (using alpine linux): ```bash apk add webhook cp .github/webhooks/hooks.json.template .github/webhooks/hooks.json