-
Notifications
You must be signed in to change notification settings - Fork 194
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
feat: add plugin outputs reference #323
Conversation
I also suggest that we add some unit tests to cover this change. We can add many irregular test cases so that abnormal user input won't break our program. |
FYI: it seems the latest lint failed. Please fix. |
26f5185
to
6cbd64e
Compare
04a10a1
to
6cb7b27
Compare
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.
See the comment below.
Please don't forget to clear the commits record, then |
Summary
Use format: ${{ TOOL_NAME.TOOL_KIND.outputs.var}} to ref the outputs of other plugins
Description
Describe what this PR does and what problems it tries to solve in a few sentences.
Related Issues
#324
Screenshots