Skip to content

Commit e541257

Browse files
authored
Update main.yml
1 parent 4ecfc7c commit e541257

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
python papermillConvert.py
2828
- name: push repo
2929
run: |
30+
git config user.name github-actions
31+
git config user.email github-actions@github.com
3032
git add .
3133
git commit -m "run code from github actions"
3234
git push

0 commit comments

Comments
 (0)