Skip to content

Commit 020c149

Browse files
authored
Update go-write-to-file.yml
1 parent 48fbd7a commit 020c149

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/go-write-to-file.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ jobs:
3939
TIME: '${{ steps.current-time.outputs.time }}'
4040
run: |
4141
git pull
42+
git config user.name darensin01
43+
git config user.email [email protected]
4244
git add backend/data.json
4345
git commit -m "$TIME: new data pushed"
4446
git push

0 commit comments

Comments
 (0)