We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a604ad7 commit c1e660aCopy full SHA for c1e660a
.github/workflows/rust-minimal.yml
@@ -45,7 +45,7 @@ jobs:
45
- name: Search packages in this repository
46
id: list_packages
47
run: |
48
- echo ::set-output name=package_list::$(colcon list --names-only)
+ echo "package_list=$(colcon list --names-only)" >> $GITHUB_OUTPUT
49
50
- name: Setup ROS environment
51
uses: ros-tooling/[email protected]
.github/workflows/rust-stable.yml
0 commit comments