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 d42715c commit 802ec03
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/locale-po.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ jobs:
- name: Commit changes
uses: actions/checkout@v4
- run: |
date > generated.txt
git config user.name github-actions
git config user.email [email protected]
git add .
git commit -m "#4 自动编译mo文件提交 $(date +%Y-%m-%d)"
git push
run: |
date > generated.txt
git config user.name github-actions
git config user.email [email protected]
git add .
git commit -m "#4 自动编译mo文件提交 $(date +%Y-%m-%d)"
git push

0 comments on commit 802ec03

Please sign in to comment.