Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
krisfail authored Sep 22, 2023
1 parent 9ebe7f9 commit 8c936d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ jobs:
# lindera build --build-user-dic --dic-type ipadic lindera-userdic.csv ./
- name: Commit
run: |
git config --global user.email ""
git config --global user.name "yuuki76 by github actions"
git config --global user.email "[email protected] "
git config --global user.name "krisfail by github actions"
git diff --quiet && git diff --staged --quiet || git commit -a -m 'Update dictionary'
- name: push
run: git push origin master
Expand Down

0 comments on commit 8c936d8

Please sign in to comment.