Skip to content

Commit 8cff5c0

Browse files
committed
fix(ci): add git identity to deploy script
1 parent a3e9bb5 commit 8cff5c0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/ci

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ if [ "$GITHUB_TOKEN" != "" ] && [ "$GITHUB_BASE_REF" == "" ] && [ "$GITHUB_REF"
2626
git update-index -q --really-refresh
2727
if ! git diff-index --exit-code --name-status HEAD --; then
2828
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"
2931
git add -u
3032
git commit -m"Fixes from CI"
3133

0 commit comments

Comments
 (0)