File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 45
45
- name : Search packages in this repository
46
46
id : list_packages
47
47
run : |
48
- echo ::set-output name=package_list::$(colcon list --names-only)
48
+ {
49
+ echo 'package_list<<EOF'
50
+ colcon list --names-only
51
+ echo EOF
52
+ } >> "$GITHUB_OUTPUT"
49
53
50
54
- name : Setup ROS environment
51
55
uses :
ros-tooling/[email protected]
Original file line number Diff line number Diff line change 45
45
- name : Search packages in this repository
46
46
id : list_packages
47
47
run : |
48
- echo ::set-output name=package_list::$(colcon list --names-only)
48
+ {
49
+ echo 'package_list<<EOF'
50
+ colcon list --names-only
51
+ echo EOF
52
+ } >> "$GITHUB_OUTPUT"
49
53
50
54
- name : Setup ROS environment
51
55
uses :
ros-tooling/[email protected]
You can’t perform that action at this time.
0 commit comments