Skip to content

Commit aaba1fe

Browse files
committed
TECH-5070: add global to git config
1 parent fc3341b commit aaba1fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/declare_schema_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
id: appraisals
3939
run: |
4040
bundle install --jobs=3 --retry=3 --path=${BUNDLE_PATH:-vendor/bundle} --gemfile=${{ matrix.gemfile }}
41-
git config user.email "[email protected]"
42-
git config user.name "dummy"
41+
git config --global user.email "[email protected]"
42+
git config --global user.name "dummy"
4343
bundle exec rake test:prepare_testapp[force]
4444
bundle exec rake test:all < test_responses.txt

0 commit comments

Comments
 (0)