You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
colcon behavior can be modified by passing a defaults.yaml file (see doc).
Related Issues
TBD
Completion Criteria
I can specify a defaults.yaml file when running my workflow
I can specify a URL as a default.yaml file when running my workflow
Implementation Notes / Suggestions
Add an action input colcon-default-urls which defaults to an empty value. If non-empty, the file should be downloaded (if necessary) and passed to colcon. This would remove the need for the action to continue expending its interface to cover each flag that the users may want to pass to colcon.
Testing Notes / Suggestions
Additional workflows passing local and remote defaults file must be added.
The text was updated successfully, but these errors were encountered:
Description
colcon
behavior can be modified by passing adefaults.yaml
file (see doc).Related Issues
TBD
Completion Criteria
Implementation Notes / Suggestions
Add an action input
colcon-default-urls
which defaults to an empty value. If non-empty, the file should be downloaded (if necessary) and passed to colcon. This would remove the need for the action to continue expending its interface to cover each flag that the users may want to pass tocolcon
.Testing Notes / Suggestions
Additional workflows passing local and remote defaults file must be added.
The text was updated successfully, but these errors were encountered: