Files
test-gitea-hook/readme.md
2026-01-21 19:47:05 +08:00

23 lines
593 B
Markdown

这是一个测试文件
测试提交2
测试提交3
测试提交4
测试提交5
测试提交6
测试提交7
测试提交8
测试提交9
{
"header" : {{ JSON.stringify($('Webhook').item.json.headers) }},
"params" : {{ JSON.stringify($('Webhook').item.json.params) }},
"query" : {{ JSON.stringify($('Webhook').item.json.query) }},
"body" : {{ JSON.stringify($('Webhook').item.json.body) }},
"webhookUrl" : {{ $('Webhook').item.json.webhookUrl }},
"executionMode" : {{ $('Webhook').item.json.executionMode }}
}
{{ JSON.stringify($('Webhook').item.json) }}
yes