We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello team CDS,
When trying to call an outgoing hook with this payload:
{ "git.branch": "{{.git.branch}}", "git.hash": "{{.git.hash}}" }
tried with values: {{.git.branch}}, {{.workflow.root.git.branch}}
{{.git.branch}}
{{.workflow.root.git.branch}}
The value is not send correctly rewritten to the called workflow, see capture.
The text was updated successfully, but these errors were encountered:
fix(hooks): interpolate outgoing hook
315aba6
close #3718 Signed-off-by: Yvonnick Esnault <[email protected]>
fixed
Sorry, something went wrong.
fix(hooks): interpolate outgoing hook (#3738)
e74556f
close #3718
yesnault
Successfully merging a pull request may close this issue.
Hello team CDS,
When trying to call an outgoing hook with this payload:
tried with values:
{{.git.branch}}
,{{.workflow.root.git.branch}}
Outgoing hook
The value is not send correctly rewritten to the called workflow, see capture.
Outgoing workflow
The text was updated successfully, but these errors were encountered: