Skip to content

Commit

Permalink
[ci] Make sure the temp commit has an author name
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Aug 1, 2023
1 parent 0b98a93 commit 82aab34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/github-actions/ci-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set -x
# The ruby version may have been set by the CI runner. Stash
# changes while we check to see if we need to reformat the
# code.
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]>"

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

0 comments on commit 82aab34

Please sign in to comment.