Skip to content

Commit 0df72c5

Browse files
committed
ci: fix commit message
1 parent 37db4f1 commit 0df72c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
git add build/
5050
5151
if ! git diff --cached --quiet; then
52-
git commit -m "Update generated build files [skip ci]"
52+
git commit -m "Update generated build files"
5353
git push origin main
5454
else
5555
echo "No changes in build folder, nothing to commit."

0 commit comments

Comments
 (0)