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 ecdaf46 commit 80de604
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/locale-po.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
- main
- dev_i18
- dev_i18_2
paths:
- '**/*.po'
- '**/locale-po.yml'
Expand Down Expand Up @@ -37,9 +37,8 @@ jobs:
- name: Commit changes
run: |
date > generated.txt
git config user.name github-actions
git config user.email [email protected]
git add .
git add data/locales/**/*.mo
git commit -m "#4 自动编译mo文件提交 $(date +%Y-%m-%d)"
git push

0 comments on commit 80de604

Please sign in to comment.