Skip to content

Commit 1619f31

Browse files
committed
use new workflow with better handling of vcs_url
1 parent 5f6af85 commit 1619f31

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ on:
1313

1414
jobs:
1515
build_ros2:
16-
uses: ros-misc-utilities/ros_build_scripts/.github/workflows/ros2_recent_ci.yml@master
16+
uses: ros-misc-utilities/ros_build_scripts/.github/workflows/ci_humble_and_later.yml@master
1717
with:
1818
repo: ${{ github.event.repository.name }}
19-
vcs_url: https://raw.githubusercontent.com/${{ github.repository }}/${{ github.head_ref }}/${{ github.event.repository.name }}.repos
19+
vcs_url: ${{ github.event.repository.name }}.repos
20+

0 commit comments

Comments
 (0)