Skip to content

Commit df637e0

Browse files
build: update branch reference in markdown-autodocs usage for consistency
1 parent ed8f33b commit df637e0

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/rust-minimal.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
uses: dineshsonachalam/[email protected]
4040
with:
4141
commit_message: Synchronizing Markdown files
42-
branch: ${{ github.head_ref }}
42+
branch: ${{ github.base_ref }}
4343
output_file_paths: '[./docs/writing-your-first-rclrs-node.md]'
4444
categories: '[code-block]'
4545

@@ -81,7 +81,6 @@ jobs:
8181
id: build
8282
uses: ros-tooling/[email protected]
8383
with:
84-
branch: ${{ github.base_ref }}
8584
package-name: ${{ steps.list_packages.outputs.package_list }}
8685
target-ros2-distro: ${{ matrix.ros_distribution }}
8786
vcs-repo-file-url: ros2_rust_${{ matrix.ros_distribution }}.repos

.github/workflows/rust-stable.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
uses: dineshsonachalam/[email protected]
4040
with:
4141
commit_message: Synchronizing Markdown files
42-
branch: ${{ github.head_ref }}
42+
branch: ${{ github.base_ref }}
4343
output_file_paths: '[./docs/writing-your-first-rclrs-node.md]'
4444
categories: '[code-block]'
4545

@@ -81,7 +81,6 @@ jobs:
8181
id: build
8282
uses: ros-tooling/[email protected]
8383
with:
84-
branch: ${{ github.base_ref }}
8584
package-name: ${{ steps.list_packages.outputs.package_list }}
8685
target-ros2-distro: ${{ matrix.ros_distribution }}
8786
vcs-repo-file-url: ros2_rust_${{ matrix.ros_distribution }}.repos

0 commit comments

Comments
 (0)