We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf2a15e commit a76f69fCopy full SHA for a76f69f
scripts/ci
@@ -20,8 +20,8 @@ git checkout -- src/pages/postgraphile/usage-*.md
20
21
if [ "$GITHUB_TOKEN" != "" ] && [ "$GITHUB_BASE_REF" == "" ] && [ "$GITHUB_REF" == "refs/heads/develop" ]; then
22
echo "GITHUB_TOKEN is specified"
23
- git config user.email "co"''"de"@"benjie""gillam"'.'"com"
24
- git config user.name "Benjie Gillam"
+ git config --global user.email "co"''"de"@"benjie""gillam"'.'"com"
+ git config --global user.name "Benjie Gillam"
25
26
# git diff-index only looks at modified timestamps; this update-index call
27
# forces git to recognise that certain files are unmodified.
0 commit comments