webhook/internal/hook
Ian Roberts bb8be5ed9a feat: allow override of template delims
When you want to use "source":"template" arguments inside your hook file but also parse the hook file itself as a template, it is necessary use different delimiters on the two template parsers to avoid having to pepper all the inner templates with constructs like {{"{{"}}.  Added an extra command line argument -template-delims that expects a comma-separated pair of delimiters like '[[,]]' that will be used when parsing the whole hooks file template.  Inner templates in an Argument always use the default double-brace style.
2024-10-27 20:58:48 +00:00
..
hook.go feat: allow override of template delims 2024-10-27 20:58:48 +00:00
hook_test.go feat: allow override of template delims 2024-10-27 20:58:48 +00:00
request.go Update GH actions and dependencies (#681) 2024-04-13 12:27:49 +02:00