We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ba6595 commit 288cc90Copy full SHA for 288cc90
.github/workflows/generate-bindings.yml
@@ -99,6 +99,8 @@ jobs:
99
CREATE_PR=1
100
git checkout -b update-bindings-${{ matrix.ros_distribution }}
101
fi
102
+ git fetch origin update-bindings-${{ matrix.ros_distribution }}
103
+ git rebase origin/update-bindings-${{ matrix.ros_distribution }}
104
git add rclrs/src/rcl_bindings_generated_${{ matrix.ros_distribution }}.rs
105
git commit -m "Regenerate bindings for ${{ matrix.ros_distribution }}"
106
git push -u origin update-bindings-${{ matrix.ros_distribution }}
0 commit comments