8 lines
220 B
Plaintext
8 lines
220 B
Plaintext
webhookId = to_string!(.webhookId)
|
|
webhookUrl = to_string!(.webhookUrl)
|
|
source = to_string!(.source)
|
|
env = to_string!(.env)
|
|
|
|
"{{ webhookUrl }}/oauth/wizard/start?state={{ webhookId }}&source={{ source }}&env={{ env }}"
|
|
|