File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,14 +20,14 @@ git checkout -- src/pages/postgraphile/usage-*.md
20
20
21
21
if [ " $GITHUB_TOKEN " != " " ] && [ " $GITHUB_BASE_REF " == " " ] && [ " $GITHUB_REF " == " refs/heads/develop" ]; then
22
22
echo " GITHUB_TOKEN is specified"
23
+ git config user.email " co" ' ' " de" @" benjie" " gillam" ' .' " com"
24
+ git config user.name " Benjie Gillam"
23
25
24
26
# git diff-index only looks at modified timestamps; this update-index call
25
27
# forces git to recognise that certain files are unmodified.
26
28
git update-index -q --really-refresh
27
29
if ! git diff-index --exit-code --name-status HEAD --; then
28
30
echo " But first; there were changes so lets try and push those back to 'develop'"
29
- git config user.email " co" ' ' " de" @" benjie" " gillam" ' .' " com"
30
- git config user.name " Benjie Gillam"
31
31
git add -u
32
32
git commit -m" autofix: fixes from CI"
33
33
You can’t perform that action at this time.
0 commit comments