We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6162ce1 commit 1a76d7fCopy full SHA for 1a76d7f
.github/workflows/build.yml
@@ -17,7 +17,7 @@ jobs:
17
git checkout --detach
18
git config user.email "ros-tooling@users.noreply.github.com"
19
git config user.name "ROS Tooling [bot]"
20
- git commit --no-verify -m "$commitmsg"
+ git commit --no-verify -m "$commitmsg" --allow-empty
21
git push origin --no-verify HEAD:refs/tags/build/${{github.sha}}
22
23
env:
0 commit comments