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 4545 - name : Search packages in this repository
4646 id : list_packages
4747 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"
4953
5054 - name : Setup ROS environment
5155 uses :
ros-tooling/[email protected]
Original file line number Diff line number Diff line change 4545 - name : Search packages in this repository
4646 id : list_packages
4747 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"
4953
5054 - name : Setup ROS environment
5155 uses :
ros-tooling/[email protected]
You can’t perform that action at this time.
0 commit comments