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 0b98a93 commit 82aab34Copy full SHA for 82aab34
scripts/github-actions/ci-build.sh
@@ -7,7 +7,7 @@ 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'
+git commit -am 'Temp commit to allow format to run cleanly' --author="CI Build <[email protected]>"
11
12
# Fail the build if the format script needs to be re-run
13
./scripts/format.sh
0 commit comments