Skip to content

Commit 30a8731

Browse files
committed
[ci] More git futzing
1 parent 82aab34 commit 30a8731

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/github-actions/ci-build.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ 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' --author="CI Build <[email protected]>"
10+
git config user.email "[email protected]"
11+
git config user.name "CI Build"
12+
git commit -am 'Temp commit to allow format to run cleanly'
1113

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

0 commit comments

Comments
 (0)