Skip to content

Commit 82aab34

Browse files
committed
[ci] Make sure the temp commit has an author name
1 parent 0b98a93 commit 82aab34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/github-actions/ci-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ set -x
77
# The ruby version may have been set by the CI runner. Stash
88
# changes while we check to see if we need to reformat the
99
# code.
10-
git commit -am 'Temp commit to allow format to run cleanly'
10+
git commit -am 'Temp commit to allow format to run cleanly' --author="CI Build <[email protected]>"
1111

1212
# Fail the build if the format script needs to be re-run
1313
./scripts/format.sh

0 commit comments

Comments
 (0)