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 03b02bb commit 8dad6ccCopy full SHA for 8dad6cc
.github/workflows/generate-bindings.yml
@@ -71,6 +71,7 @@ jobs:
71
72
- name: Submit PR
73
run: |
74
+ cd rclrs/src
75
if git diff --exit-code; then
76
exit 0
77
fi
@@ -83,7 +84,7 @@ jobs:
83
84
CREATE_PR=1
85
git checkout -b update-bindings-${{ matrix.ros_distribution }}
86
- git add rclrs/src/rcl_bindings_generated_${{ matrix.ros_distribution }}.rs
87
+ git add rcl_bindings_generated_${{ matrix.ros_distribution }}.rs
88
git commit -m "Regenerate bindings for ${{ matrix.ros_distribution }}"
89
git push -u origin update-bindings-${{ matrix.ros_distribution }}
90
if [ $CREATE_PR -eq 1 ]; then
0 commit comments