We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82aab34 commit 30a8731Copy full SHA for 30a8731
scripts/github-actions/ci-build.sh
@@ -7,7 +7,9 @@ set -x
7
# The ruby version may have been set by the CI runner. Stash
8
# changes while we check to see if we need to reformat the
9
# code.
10
-git commit -am 'Temp commit to allow format to run cleanly' --author="CI Build <[email protected]>"
+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'
13
14
# Fail the build if the format script needs to be re-run
15
./scripts/format.sh
0 commit comments