Skip to content

Commit

Permalink
Try to fix target-ros2-distro argument passing
Browse files Browse the repository at this point in the history
  • Loading branch information
felixdivo committed May 11, 2024
1 parent 3692b1b commit d1b4267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
-
uses: ros-tooling/[email protected]
with:
target-ros2-distro: $ROS_DISTRO
target-ros2-distro: "$ROS_DISTRO"
package-name: ros2_easy_test
skip-tests: true
-
Expand Down

0 comments on commit d1b4267

Please sign in to comment.