From 12eed6b967fa5a1e0ef08df3d7b48931f90ba482 Mon Sep 17 00:00:00 2001 From: Julius Riegel Date: Mon, 9 Aug 2021 22:56:19 +0200 Subject: [PATCH] Fix wrong config key in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e4b2955..e127ed7 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ path = "error" action = "echo '{{$.books.*.title}}'" # Validate secrets according to different parsing rules # Currently only GitHub secrets are supported -secret = { value = "my secret", type = "GitHub"} +secret = { value = "my secret", format = "GitHub"} [endpoints.testscript] path = "script" @@ -67,4 +67,4 @@ will also be provided in the environment variable `HOOK_BODY`. ## License -GPL-3 \ No newline at end of file +GPL-3