diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d181170..373021c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,4 +16,4 @@ jobs: uses: ros-misc-utilities/ros_build_scripts/.github/workflows/ros2_recent_ci.yml@master with: repo: ${{ github.event.repository.name }} - vcs_url: https://raw.githubusercontent.com/${{ github.repository }}/${{ github.head_ref }}/${{ github.event.repository.name }}.repos + vcs_url: https://raw.githubusercontent.com/${{ github.repository }}/${{ github.head_ref || github.ref_name }}/${{ github.event.repository.name }}.repos