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 b604451 commit 1506e0cCopy full SHA for 1506e0c
.github/workflows/ci.yaml
@@ -12,8 +12,8 @@ on:
12
branches: [master]
13
14
jobs:
15
- build_ros2:
16
- uses: ros-misc-utilities/ros_build_scripts/.github/workflows/ros2_recent_ci.yml@master
17
- with:
18
- repo: ${{ github.event.repository.name }}
19
- # vcs_url: https://raw.githubusercontent.com/${{ github.repository }}/master/${{ github.event.repository.name }}.repos
+ build_ros2:
+ uses: ros-misc-utilities/ros_build_scripts/.github/workflows/ci_humble_and_later.yml@master
+ with:
+ repo: ${{ github.event.repository.name }}
+ vcs_url: ${{ github.event.repository.name }}.repos
0 commit comments