Skip to content

Commit 47885cb

Browse files
knmcguireactions-user
authored andcommitted
first fetch and rebase branch before PR (#540)
1 parent 92036a1 commit 47885cb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/generate-bindings.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,8 @@ jobs:
9999
CREATE_PR=1
100100
git checkout -b update-bindings-${{ matrix.ros_distribution }}
101101
fi
102+
git fetch origin update-bindings-${{ matrix.ros_distribution }}
103+
git rebase origin/update-bindings-${{ matrix.ros_distribution }}
102104
git add rclrs/src/rcl_bindings_generated_${{ matrix.ros_distribution }}.rs
103105
git commit -m "Regenerate bindings for ${{ matrix.ros_distribution }}"
104106
git push -u origin update-bindings-${{ matrix.ros_distribution }}

0 commit comments

Comments
 (0)