-
Notifications
You must be signed in to change notification settings - Fork 326
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into andriy/exc-1818-faster-benchmarks
- Loading branch information
Showing
96 changed files
with
3,622 additions
and
3,598 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,10 +47,11 @@ jobs: | |
if [ -n "$(git status --porcelain)" ]; then | ||
git config --global user.name "IDX GitHub Automation" | ||
git config --global user.email "IDX GitHub Automation" | ||
git config --global user.email "[email protected]" | ||
git add . | ||
git commit -m "IDX GitHub Automation" | ||
git push | ||
exit 1 | ||
else | ||
echo "git working tree clean - no changes to be committed" | ||
fi |
Oops, something went wrong.