Skip to content

Commit

Permalink
fix missing github action inputs for new config vars
Browse files Browse the repository at this point in the history
  • Loading branch information
lreiher committed Jun 6, 2024
1 parent b5cd5ff commit bf8b8ce
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,17 @@ inputs:
description: "Enable Git LFS support for the checkout action"
default: true

# TODO!
enable-continue-build-despite-errors:
description: Enable `catkin build --continue-on-failure` / `colcon build --continue-on-error`
default: false

enable-continue-rosdep-install-despite-errors:
description: Enable `rosdep install -r`
default: false

enable-ros1-devel-space:
description: Enable building to ROS devel space instead of install space (ROS 1 only)
default: false


runs:
Expand Down

0 comments on commit bf8b8ce

Please sign in to comment.