We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd3a2d2 commit f5366dfCopy full SHA for f5366df
build-colcon-project/action.yml
@@ -68,7 +68,7 @@ runs:
68
set -e
69
set -x
70
cd ${GITHUB_WORKSPACE}/${{ inputs.workspace-dir }}
71
- if [[ -f "${DEP_PATH}/depends.rosinstall" && "${ROS_DISTRO}" == "humble" ]]
+ if [[ -f "src/${{ github.repository }}/depends.rosinstall" && "${ROS_DISTRO}" == "humble" ]]
72
then
73
wstool init src
74
wstool merge -t src src/${{ github.repository }}/depends.rosinstall -y
0 commit comments