Skip to content

Commit 1a76d7f

Browse files
authored
Update build.yml
1 parent 6162ce1 commit 1a76d7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
git checkout --detach
1818
git config user.email "ros-tooling@users.noreply.github.com"
1919
git config user.name "ROS Tooling [bot]"
20-
git commit --no-verify -m "$commitmsg"
20+
git commit --no-verify -m "$commitmsg" --allow-empty
2121
git push origin --no-verify HEAD:refs/tags/build/${{github.sha}}
2222
2323
env:

0 commit comments

Comments
 (0)