Skip to content

Commit 04995c8

Browse files
authored
Update production_push.yml
1 parent 44c5258 commit 04995c8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/production_push.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
# Runs a set of commands using the runners shell
2727
- name: Create & Push to Production
2828
run: |
29+
git config user.name "CI"
30+
git config user.email "[email protected]"
2931
git checkout -b production
3032
git add .
3133
git commit -m "Upgraded to production @tmthecoder/portfolio's preview branch"

0 commit comments

Comments
 (0)