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 5f6af85 commit 1619f31Copy full SHA for 1619f31
.github/workflows/ci.yaml
@@ -13,7 +13,8 @@ on:
13
14
jobs:
15
build_ros2:
16
- uses: ros-misc-utilities/ros_build_scripts/.github/workflows/ros2_recent_ci.yml@master
+ uses: ros-misc-utilities/ros_build_scripts/.github/workflows/ci_humble_and_later.yml@master
17
with:
18
repo: ${{ github.event.repository.name }}
19
- vcs_url: https://raw.githubusercontent.com/${{ github.repository }}/${{ github.head_ref }}/${{ github.event.repository.name }}.repos
+ vcs_url: ${{ github.event.repository.name }}.repos
20
+
0 commit comments