Skip to content

Commit a76f69f

Browse files
committed
fix(ci): add config to __deploy clone too
1 parent cf2a15e commit a76f69f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/ci

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ git checkout -- src/pages/postgraphile/usage-*.md
2020

2121
if [ "$GITHUB_TOKEN" != "" ] && [ "$GITHUB_BASE_REF" == "" ] && [ "$GITHUB_REF" == "refs/heads/develop" ]; then
2222
echo "GITHUB_TOKEN is specified"
23-
git config user.email "co"''"de"@"benjie""gillam"'.'"com"
24-
git config user.name "Benjie Gillam"
23+
git config --global user.email "co"''"de"@"benjie""gillam"'.'"com"
24+
git config --global user.name "Benjie Gillam"
2525

2626
# git diff-index only looks at modified timestamps; this update-index call
2727
# forces git to recognise that certain files are unmodified.

0 commit comments

Comments
 (0)