|
|
@ -48,7 +48,7 @@ path = "error"
|
|
|
|
action = "echo '{{$.books.*.title}}'"
|
|
|
|
action = "echo '{{$.books.*.title}}'"
|
|
|
|
# Validate secrets according to different parsing rules
|
|
|
|
# Validate secrets according to different parsing rules
|
|
|
|
# Currently only GitHub secrets are supported
|
|
|
|
# Currently only GitHub secrets are supported
|
|
|
|
secret = { value = "my secret", type = "GitHub"}
|
|
|
|
secret = { value = "my secret", format = "GitHub"}
|
|
|
|
|
|
|
|
|
|
|
|
[endpoints.testscript]
|
|
|
|
[endpoints.testscript]
|
|
|
|
path = "script"
|
|
|
|
path = "script"
|
|
|
@ -67,4 +67,4 @@ will also be provided in the environment variable `HOOK_BODY`.
|
|
|
|
|
|
|
|
|
|
|
|
## License
|
|
|
|
## License
|
|
|
|
|
|
|
|
|
|
|
|
GPL-3
|
|
|
|
GPL-3
|
|
|
|