-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
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
Include previous node substitutions in nested lists and maps #371
Conversation
Signed-off-by: Daniel Widdis <[email protected]>
ea9bde9
to
ecf3b2a
Compare
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #371 +/- ##
============================================
+ Coverage 72.30% 72.40% +0.09%
- Complexity 574 580 +6
============================================
Files 72 72
Lines 3001 3011 +10
Branches 230 232 +2
============================================
+ Hits 2170 2180 +10
Misses 727 727
Partials 104 104 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Signed-off-by: Daniel Widdis <[email protected]> (cherry picked from commit 2799107) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…d maps (#373) Include previous node substitutions in nested lists and maps (#371) (cherry picked from commit 2799107) Signed-off-by: Daniel Widdis <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Description
Extends the substitution pattern
${{ previousNode.key }}
to work inside nested maps and lists in the user inputs.Issues Resolved
Fixes #368
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.