Skip to content

Commit

Permalink
#4 修正自动commit
Browse files Browse the repository at this point in the history
  • Loading branch information
DoctorReid committed Sep 11, 2023
1 parent 3eccbd5 commit a6822d1
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/locale-po.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,8 @@ jobs:
python .github/compile_po.py
- name: Commit changes
run: |
git config --global user.name ${{ secrets.GITHUB_USERNAME }}
git config --global user.email ${{ secrets.GITHUB_EMAIL }}
git config --global credential.helper store --file ~/.git-credentials
git add .
git commit -m "自动编译 PO 文件并提交代码 - $(date +%Y-%m-%d)"
git push
uses: EndBug/[email protected]
with:
author_name: github-actions[bot]
author_email: github-actions[bot]@users.noreply.github.com
message: '[Bot] 自动编译多语言mo文件 - $(date +%Y-%m-%d)'

0 comments on commit a6822d1

Please sign in to comment.