Skip to content

Commit ed8f33b

Browse files
build: add branch reference to action-ros-ci in workflow files for improved context
1 parent 324cdff commit ed8f33b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/rust-minimal.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ jobs:
8181
id: build
8282
uses: ros-tooling/[email protected]
8383
with:
84+
branch: ${{ github.base_ref }}
8485
package-name: ${{ steps.list_packages.outputs.package_list }}
8586
target-ros2-distro: ${{ matrix.ros_distribution }}
8687
vcs-repo-file-url: ros2_rust_${{ matrix.ros_distribution }}.repos

.github/workflows/rust-stable.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ jobs:
8181
id: build
8282
uses: ros-tooling/[email protected]
8383
with:
84+
branch: ${{ github.base_ref }}
8485
package-name: ${{ steps.list_packages.outputs.package_list }}
8586
target-ros2-distro: ${{ matrix.ros_distribution }}
8687
vcs-repo-file-url: ros2_rust_${{ matrix.ros_distribution }}.repos

0 commit comments

Comments
 (0)